- 76ec6f6 Simplify and document entrypoint toggling in instrumentation. by Nicolas Geoffray · 3 years, 1 month ago
- 519ff8b Revert "Support calling entry / exit hooks from JIT code for non-debuggable" by Mythri Alle · 3 years, 2 months ago
- bd95682 Support calling entry / exit hooks from JIT code for non-debuggable by Mythri Alle · 3 years, 2 months ago
- 9575c12 Revert^2 "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
- cb8f8c1 Revert "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
- 21ef5a8 Cleanup the code to determine instrumentation level by Mythri Alle · 3 years, 3 months ago
- 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 3 years, 2 months ago
- 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 3 years, 3 months ago
- 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 3 years, 3 months ago
- 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 3 years, 3 months ago
- 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 3 years, 3 months ago
- 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 3 years, 4 months ago
- e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
- 4924ea9 Remove Vdex::GetQuickenedInfoOf and all its users. by Nicolas Geoffray · 3 years, 10 months ago
- 9c7b4f1 Remove obsolete saved_entry_point field in ProfilingInfo. by Nicolas Geoffray · 4 years, 6 months ago
- 1a277a6 Move mterp and switch interpreter to tiered JIT. by Nicolas Geoffray · 4 years, 6 months ago
- 346fd96 More inclusive language in the runtime by David Srbecky · 4 years, 6 months ago
- 7e678d3 Assert allocator-type is known on OOME by Lokesh Gidra · 4 years, 9 months ago
- e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 5 years ago
- e0c6d43 Revert "Fix stack-walking race" by Alex Light · 5 years ago
- 721e402 Fix stack-walking race by Alex Light · 5 years ago
- a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
- 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
- 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
- c971eaf Basic structural redefinition support by Alex Light · 5 years ago
- d5a9587 Update the entrypoint with the code entrypoint, not the code pointer. by Nicolas Geoffray · 5 years ago
- b7c640d JVMTI Force early return by Alex Light · 6 years ago
- abedfca Partially ObjPtr<>-ify HandleScope. by Vladimir Marko · 6 years ago
- 4060786 Revert^2 "Correctly handle thread deopt with thread-specific JVMTI events" by Alex Light · 6 years ago
- 19711d4 ObjPtr<>-ify instrumentation. by Vladimir Marko · 6 years ago
- 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
- 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
- a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
- ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
- 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
- 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
- e8e4849 Merge changes I347037eb,Iaeb79aeb by Alex Light · 6 years ago
- fc81d80 Adjust instrumentation CHECK to be correct WRT obsolete methods by Alex Light · 6 years ago
- 7e56a07 ART: Hide mutex in Instrumentation by Andreas Gampe · 6 years ago
- c7d878d Revert^4 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
- ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
- 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
- 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
- 36f8d22 ART: Add StackVisitor accepting a lambda by Andreas Gampe · 6 years ago
- 65d6892 Merge "Handle quickened opcodes in instrumentation deopt." by Nicolas Geoffray · 6 years ago
- a61b45a Handle quickened opcodes in instrumentation deopt. by Nicolas Geoffray · 6 years ago
- 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
- 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 6 years ago
- fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
- bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
- 3e36a9c Move back to jit code on trace removal by Alex Light · 7 years ago
- 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 7 years ago
- 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 7 years ago
- 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 7 years ago
- f244a57 Entry-exit stubs are independent of deoptimization by Alex Light · 7 years ago
- dc5423f Ensure that we don't call MethodEntered on runtime methods by Alex Light · 7 years ago
- 6cae5ea Ensure we never instrument Proxy.<init> entrypoint by Alex Light · 7 years ago
- f285863 Revert^6 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
- f807153 Revert^5 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
- 23be146 Revert^4 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
- ce2836a Revert^3 "Ensure that OSR still is possible with jvmti" by Alex Light · 7 years ago
- 94e3dd7 Revert "Revert "Ensure that OSR still is possible with jvmti"" by Alex Light · 7 years ago
- 4f3d1cf Revert "Ensure that OSR still is possible with jvmti" by Nicolas Geoffray · 7 years ago
- b9ad26d Ensure that OSR still is possible with jvmti by Alex Light · 7 years ago
- 74c91c9 Fix instrumentation stack tracking by Alex Light · 7 years ago
- e927866 Revert "Correctly handle instrumenting threads multiple times." by Alex Light · 7 years ago
- c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
- 055407c Correctly handle instrumenting threads multiple times. by Alex Light · 7 years ago
- 0a80b0e Extend logging around instrumentation check by Alex Light · 7 years ago
- d8eb673 Lower a LOG(WARNING) to VLOG(deopt) in instrumentation by Alex Light · 7 years ago
- a6e0e7d Special case JIT update for native methods. by Nicolas Geoffray · 7 years ago
- fc49fec Revert^3 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
- 4b3dec3 Revert^2 "Ensure that methods requiring interpreter entrypoint always have it." by Alex Light · 7 years ago
- c971f6e Revert "Ensure that methods requiring interpreter entrypoint always have it." by Mathieu Chartier · 7 years ago
- 94730ef Ensure that methods requiring interpreter entrypoint always have it. by Alex Light · 7 years ago
- 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
- 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
- 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 7 years ago
- e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
- 0a5ec3d Don't deoptimize everything with can_access_local_variables by Alex Light · 7 years ago
- 82629c9 Merge "Revert^4 "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
- 2ee1790 Revert^4 "Allow deoptimization when returning from a runtime method." by Mingyao Yang · 7 years ago
- 9fb1ab1 Revert "Revert "JVMTI Exception and ExceptionCatch events"" by Alex Light · 7 years ago
- 9597424 Revert "JVMTI Exception and ExceptionCatch events" by Nicolas Geoffray · 7 years ago
- 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
- 8ef4b61 Merge "Revert "Revert "Revert "Allow deoptimization when returning from a runtime method."""" by Treehugger Robot · 7 years ago
- 07c7028 Revert "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Nicolas Geoffray · 7 years ago
- e814f9d JVMTI NotifyFramePop support by Alex Light · 7 years ago
- 0b5cb35 Merge "Revert "Revert "Allow deoptimization when returning from a runtime method.""" by Mingyao Yang · 7 years ago
- 047abb2 Revert "Revert "Allow deoptimization when returning from a runtime method."" by Mingyao Yang · 7 years ago
- 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
- 2b87ae0 Revert "Allow deoptimization when returning from a runtime method." by Vladimir Marko · 7 years ago
- edeba10 Allow deoptimization when returning from a runtime method. by Mingyao Yang · 8 years ago
- 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
- b7edcda Add method tracing JVMTI callbacks by Alex Light · 8 years ago
- 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 8 years ago
- d766158 Handler-ize InstrumentationListener and related code by Alex Light · 8 years ago
- 3481f7a Fix a moving gc bug in Instrumentation::ExceptionCaughtEvent. by Hiroshi Yamauchi · 8 years ago
- 4ba388a Remove Deoptimization code from class transformation. by Alex Light · 8 years ago