- 52a65c7 Reland "Add a fast path to fetch a field in the caller's declaring class." by Nicolas Geoffray · 12 months ago
- 56523a5 Revert "Add a fast path to fetch a field in the caller's declaring class." by Nicolas Geoffray · 12 months ago
- 50d06b5 Hide Virtual Thread impl behind a feature flag by Victor Chang · 1 year, 2 months ago
- 8a1d3cc Add a fast path to fetch a field in the caller's declaring class. by Nicolas Geoffray · 1 year ago
- 17c7ed2 Refactor `Instrumentation` out of `Runtime`. by Vladimir Marko · 1 year, 2 months ago
- 761ea22 Add support for collecting long running methods by Mythri Alle · 1 year, 3 months ago
- b3e84e1 Remove unused fields in shadow frames by Victor Chang · 1 year, 3 months ago
- 5135b91 asm_defines.s: suppress error about unused -c argument by Ryan Prichard · 1 year, 4 months ago
- 07a58eb Revert^4 "IsMemorySharedMethod fix for intrinsics" by Santiago Aboy Solanes · 1 year, 5 months ago
- 8d20c51 Remove unused ShadowFrame.result_register_ by Victor Chang · 1 year, 6 months ago
- a5557d9 Revert^3 "IsMemorySharedMethod fix for intrinsics" by Liana Kazanova · 1 year, 5 months ago
- 398bedc Revert^2 "IsMemorySharedMethod fix for intrinsics" by Santiago Aboy Solanes · 1 year, 6 months ago
- b741af2 Separate kRuntimeISA/kRuntimeQuickCodeISA by Chris Jones · 2 years, 3 months ago
- 88c7e96 Adds an interface to collect on demand art traces by Mythri Alle · 1 year, 9 months ago
- 1793c09 Add support for the experimental on-demand tracing by Mythri Alle · 1 year, 9 months ago
- 8efa0b1 Remove compact dex support from nterp. by Vladimir Marko · 1 year, 9 months ago
- df673f5 Clean up source_build Soong config variables. by Martin Stjernholm · 1 year, 11 months ago
- 1df1ff5 Delete disabling of art in non source builds by Spandan Das · 2 years ago
- b66eb3b Avoid comparing std::memory_order_relaxed with 0 by Ryan Prichard · 2 years ago
- 7f22a8e Rename enums.h/.cc to pointer_size.h/.cc. by Santiago Aboy Solanes · 2 years, 1 month ago
- 9b4fba2 riscv64: ExecuteNterpImpl with class init by Jaeheon Yi · 2 years, 7 months ago
- 200fc06 nterp: Load full class status in `ExecuteNterpWithClinitImpl`. by Vladimir Marko · 2 years, 7 months ago
- 630c507 Drop object counting from the allocation fast path. by Nicolas Geoffray · 2 years, 10 months ago
- e635155 Cleanup instrumentation_levels and instrumentation_stubs_installed by Mythri Alle · 3 years, 3 months ago
- 5b263ae Call method entry hooks only when we have method entry listeners by Mythri Alle · 3 years, 6 months ago
- 93455a0 Reland "Add isInitializing check in nterp header." by Nicolas Geoffray · 3 years, 7 months ago
- 88d81e0 Add isInitializing check in nterp header. by Nicolas Geoffray · 3 years, 8 months ago
- 8af7f91 Introduce a nterp with clinit check entrypoint. by Nicolas Geoffray · 3 years, 9 months ago
- 5eb7ad2 Reland^2 "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 3 years, 9 months ago
- 1d1d25e Revert "Reland "Don't use instrumentation stubs for native methods in debuggable"" by Mythri Alle · 3 years, 9 months ago
- 6fb0acc Reland "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 3 years, 9 months ago
- c2632ac Reland^3 "Don't use AOT code for native methods for java debuggable runtime" by Mythri Alle · 3 years, 11 months ago
- 068a875 arm: Rewrite `art_quick_aput_obj`. by Vladimir Marko · 4 years ago
- 307fd6d Reland "Update how deoptimization from runtime methods is supported" by Mythri Alle · 4 years ago
- 79f078d Revert "Update how deoptimization from runtime methods is supported" by Mythri Alle · 4 years ago
- 6402670 Update how deoptimization from runtime methods is supported by Mythri Alle · 4 years, 4 months ago
- f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 4 years, 2 months ago
- ab72f9c Fix THREAD_INTERPRETER_CACHE_SIZE_SHIFT by David Srbecky · 4 years, 2 months ago
- 3d2f148 Revert "Add thread-shared interpreter cache" by Hans Boehm · 4 years, 3 months ago
- fa40e6e Add thread-shared interpreter cache by David Srbecky · 4 years, 4 months ago
- c2b3116 Inline some type checks of instanceof and checkcast in nterp. by Nicolas Geoffray · 4 years, 4 months ago
- 7039c11 ARM64: Implicit suspend checks using LDR. by Vladimir Marko · 8 years ago
- 254a858 Make suspend check test specific flags. by Vladimir Marko · 4 years, 4 months ago
- ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 4 years, 4 months ago
- 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 4 years, 5 months ago
- e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 4 years, 5 months ago
- 9dca919 Make art_debug_defaults inherit art_defaults. by Martin Stjernholm · 4 years, 5 months ago
- dc7f139 Refactor libart_runtime_headers_ndk to a header lib also used by libart itself. by Martin Stjernholm · 4 years, 5 months ago
- ce131fe Revert "Change hotness counting." by Vladimir Marko · 4 years, 5 months ago
- c86869a Change hotness counting. by Nicolas Geoffray · 4 years, 6 months ago
- f9795d1 Remove mterp_current_ibase. by Nicolas Geoffray · 4 years, 6 months ago
- 0910d89 Remove libc_headers from cc_object by Colin Cross · 4 years, 9 months ago
- e4f983c Remove mterp. by Nicolas Geoffray · 4 years, 9 months ago
- 1dc77ab Disable most ART source modules when ART prebuilts are enabled. by Martin Stjernholm · 5 years ago
- c046db7 Update ART generator tools to use python3. by Vladimir Marko · 5 years ago
- 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 5 years ago
- 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 5 years ago
- ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 5 years ago
- 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 5 years ago
- 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 5 years ago
- e585964 When entering nterp, take a fast path for instance calls with 1 argument. by Nicolas Geoffray · 5 years ago
- d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 5 years ago
- f1d0647 Revert "Improve invokeinterface for nterp." by Alex Light · 5 years ago
- c0d392b Improve invokeinterface for nterp. by Nicolas Geoffray · 5 years ago
- dd406c3 Add an arm32 port of nterp. by Nicolas Geoffray · 5 years ago
- 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 5 years ago
- e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 6 years ago
- 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 6 years ago
- cfea667 Bionic libc_headers shouldn't be used in non-Bionic host builds. by Martin Stjernholm · 6 years ago
- 0315efa Increment hotness in nterp when doing lookups. by Nicolas Geoffray · 6 years ago
- 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 6 years ago
- e6afa95 Bionic and kernel system include paths are no longer implicit. by Martin Stjernholm · 6 years ago
- 71f661c Set apex_available property by Jiyong Park · 6 years ago
- 00cb81d Add explicit dependencies on jni_headers by Orion Hodson · 6 years ago
- fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 6 years ago
- 7c2f69e apex_available becomes more correct by Jiyong Park · 6 years ago
- 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 6 years ago
- 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 6 years ago
- 1e88f98 Use apex_available property by Jiyong Park · 6 years ago
- 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 6 years ago
- 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 6 years ago
- a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 6 years ago
- 08d0984 Allow late lookup for @FastNative methods. by Vladimir Marko · 6 years ago
- e2a3aa9 Baseline JIT: update inline caches in compiled code. by Nicolas Geoffray · 6 years ago
- 221dfa6 Explicitly disable cpp-define-generator for Darwin. by Elliott Hughes · 7 years ago
- d5ec2a1 Make the $/# in front of constants optional by Pirama Arumuga Nainar · 7 years ago
- eafeeb2 Replace use of include_dirs with header_libs on asm_defines.s by Paul Duffin · 7 years ago
- e81f10a Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)" by David Srbecky · 7 years ago
- 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 7 years ago
- 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 7 years ago
- 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 7 years ago
- 50b4743 Move cpp-define related static_assert to runtime. by David Srbecky · 7 years ago
- 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 7 years ago
- d88f5f7 Shrink couple of x86 mterp handlers. by David Srbecky · 7 years ago
- 766e74f Cleanup the cpp-define-generator definitions. by David Srbecky · 8 years ago
- 0adf4d8 Rewrite cpp-define-generator by David Srbecky · 8 years ago
- 78940f2 Remove the auto-generated asm_support_gen.h by David Srbecky · 8 years ago
- 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 8 years ago
- b2683cb Merge "ARM/ARM64: Improve lock/unlock entrypoints." by Vladimir Marko · 8 years ago
- c8b1d5e ARM/ARM64: Improve lock/unlock entrypoints. by Vladimir Marko · 8 years ago