- 0d29072 Dump java backtrace when contending lock too long time. by wangguibo · 3 years, 8 months ago
- c63d967 Rewrite profile file format. by Vladimir Marko · 3 years, 9 months ago
- a6cb451 Add Java Heap Profiler sampling to large space allocations. by Wessam Hassanein · 3 years, 8 months ago
- 93c28ed Use the system namespace to get the right permitted paths for loading OAT files. by Martin Stjernholm · 3 years, 8 months ago
- 2ef367a Ensure verifier deps in the vdex file are 4-byte aligned. by Nicolas Geoffray · 3 years, 8 months ago
- 8ffaef9 Remove BUILDING_LIBART macro. by Vladimir Marko · 3 years, 8 months ago
- 022f9e5 Enable strict gcstress unwind checks. by David Srbecky · 3 years, 8 months ago
- ec06809 Reland "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 8 months ago
- 8e270af Stricter gcstress unwind checks. by David Srbecky · 3 years, 8 months ago
- 3606cc6 Do not try to do OSR in transactional interpreter. by Vladimir Marko · 3 years, 8 months ago
- b1db5a1 [art] Add GetObjectsAllocated and TotalTimeWaitingForGc APIs by Sekyeong Heo · 4 years ago
- f7f97d2 Avoid invalidating kInstrumented via suspension by Hans Boehm · 3 years, 8 months ago
- 81a6bd5 Fix unwinding for art_quick_generic_jni_trampoline by David Srbecky · 3 years, 8 months ago
- 9a5a2b8 Fix debug symbol for art_quick_throw_null_pointer_exception_from_signal by David Srbecky · 3 years, 8 months ago
- 053e138 Link libvixl statically. by Vladimir Marko · 3 years, 8 months ago
- bcec38f Do not sleep while waiting for GC by Hans Boehm · 3 years, 8 months ago
- 6958df9 Use cached memory for gcstress unwinds. by David Srbecky · 3 years, 8 months ago
- 39d4df6 Revert "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 8 months ago
- a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 8 months ago
- 6e1b7d8 Add heterogenous lookup to Thread::custom_tls_ by Alex Light · 3 years, 8 months ago
- 0877daf Avoid the warning heapprofd_client_api.so does not include an by Wessam Hassanein · 3 years, 8 months ago
- 5024ddf Devirtualize to HInvokeStaticOrDirect. by Nicolas Geoffray · 3 years, 8 months ago
- 5859b68 Clean up `ResetOffset()` calls in profile tests. by Vladimir Marko · 3 years, 8 months ago
- 107d22b Handle potential race in oat file loading. by Nicolas Geoffray · 3 years, 8 months ago
- 8078996 Handle a potential race when verifying dex files in the background. by Nicolas Geoffray · 3 years, 8 months ago
- d808f69 string_view: handle with care. by Nicolas Geoffray · 3 years, 8 months ago
- 5c4d0df Revert^2 "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 8 months ago
- d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 8 months ago
- 0bc9bef Allow apps to be profileable by trusted system services. by Florian Mayer · 3 years, 8 months ago
- afff758 Revert "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 8 months ago
- 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 8 months ago
- 1dab575 Remove some dead code around ClassTable. by Vladimir Marko · 3 years, 10 months ago
- baf563d odrefresh: Add support for uploading stats by Orion Hodson · 3 years, 9 months ago
- c3db254 Revert^2 "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 8 months ago
- a220980 dex2oat: Expect boot image profiles for boot image. by Vladimir Marko · 3 years, 8 months ago
- 8f187c3 Add static asserts we have a full list of mirror classes by Alex Light · 3 years, 8 months ago
- 6d5a49c Solidify GC triggering and reporting by Hans Boehm · 3 years, 10 months ago
- ffafe8b Clean up Handle<> comparison with null. by Vladimir Marko · 3 years, 8 months ago
- 13ab541 Static libunwindstack has a static dependency on libasync_safe. by Martin Stjernholm · 3 years, 8 months ago
- 2cca1e0 Add number of methods to OatClass. by Vladimir Marko · 3 years, 8 months ago
- 1c7d0ce Extra OatDexFile checks when defining classes. by Vladimir Marko · 3 years, 8 months ago
- 4501517 Revert "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 8 months ago
- 68c0758 Clean up defining classes in ClassLinker. by Vladimir Marko · 3 years, 8 months ago
- 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 3 years, 8 months ago
- 511392f Add hooks in palette for reporting JNI invocations. by Nicolas Geoffray · 3 years, 9 months ago
- 525fa42 Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."" by Nicolas Geoffray · 3 years, 8 months ago
- 0744d72 Fix race in GetPrimaryOatFile. by Nicolas Geoffray · 3 years, 8 months ago
- 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
- 656fdcd Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." by David Srbecky · 3 years, 9 months ago
- 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 9 months ago
- f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 9 months ago
- c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 9 months ago
- c8fe651 Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. by Nicolas Geoffray · 3 years, 9 months ago
- 3302290 Switch mterp to python3. by Vladimir Marko · 3 years, 9 months ago
- d3e9ff3 Merge libdexfile_external into libdexfile (reland 2). by Martin Stjernholm · 3 years, 10 months ago
- 8731e70 Add a test and CHECKs around the combination of CHA and default methods. by Nicolas Geoffray · 3 years, 9 months ago
- a2f48a4 Fix apex_available lists to avoid APEX stubs between internal libs. by Martin Stjernholm · 3 years, 9 months ago
- 0983f59 Inline CodeInfo::DecodeCodeSize by David Srbecky · 3 years, 9 months ago
- 669756d Revert "Merge libdexfile_external into libdexfile (reland)." by Ulyana Trafimovich · 3 years, 9 months ago
- 14d9155 Merge libdexfile_external into libdexfile (reland). by Martin Stjernholm · 3 years, 10 months ago
- 722992f Revert^2 "[metrics] Report CompilationReason and CompilerFilter" by Eric Holk · 3 years, 9 months ago
- 6f7e98e Add a __x86.get_pc_thunk.bx helper function by Ryan Prichard · 3 years, 9 months ago
- c76fbf0 Fix script when using --verify-soft-fail and --jit. by Nicolas Geoffray · 3 years, 9 months ago
- 97af733 Revert "Enable strict unwind check in gcstress." by David Srbecky · 3 years, 9 months ago
- 8b07c65 Revert "[metrics] Report CompilationReason and CompilerFilter" by Calin Juravle · 3 years, 9 months ago
- 50419f2 Fix crash with secondary dex files on low RAM devices. by Nicolas Geoffray · 3 years, 9 months ago
- f9bf4ef [metrics] Report CompilationReason and CompilerFilter by Eric Holk · 3 years, 10 months ago
- f442a84 Revert "Merge libdexfile_external into libdexfile." by Nikita Ioffe · 3 years, 9 months ago
- 5557553 Revert "Avoid internal APEX stubs for libsigchain and clean up e..." by Nikita Ioffe · 3 years, 9 months ago
- 30ba3a0 Protect the construction of the verification thread pool. by Nicolas Geoffray · 3 years, 9 months ago
- fae2be2 Enable strict unwind check in gcstress. by David Srbecky · 3 years, 9 months ago
- a3e1240 Add option to do strict unwind checks in gcstress by David Srbecky · 3 years, 9 months ago
- af61f50 Reland "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 9 months ago
- efe9a3d Allow /data odex files to be already loaded when creating app zygotes. by Nicolas Geoffray · 3 years, 9 months ago
- 73d4e11 Avoid internal APEX stubs for libsigchain and clean up exported symbols. by Martin Stjernholm · 3 years, 9 months ago
- 848fc80 Merge libdexfile_external into libdexfile. by Martin Stjernholm · 3 years, 10 months ago
- b2a1416 [metrics] Add JitMethodCompileCount by Eric Holk · 3 years, 9 months ago
- ac57691 dex2oat: Do not crash on InitializeClass() exceptions. by Vladimir Marko · 3 years, 9 months ago
- 9d393d5 Restore code inadvertently removed. by Nicolas Geoffray · 3 years, 9 months ago
- 9bc364b Support background verification of secondary dex files. by Nicolas Geoffray · 3 years, 9 months ago
- dbcf4a2 Revert "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 9 months ago
- 66ab9d6 Workaround for b/145491866 by Nicolas Geoffray · 3 years, 9 months ago
- 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 9 months ago
- 579db19 Change JNI behavior related to hiddenapi. by Nicolas Geoffray · 3 years, 9 months ago
- 2946b1b Add two more fields in ART metrics (apk type and isa). by yawanng · 3 years, 9 months ago
- eea5c5d [metrics] Add additional statsd datum mappings by Eric Holk · 3 years, 9 months ago
- 982eced Remove '&' class loader context. by Nicolas Geoffray · 3 years, 9 months ago
- 09108b2 Also look for boot classpath files in DexFile_getDexFileOutputPaths. by Nicolas Geoffray · 3 years, 10 months ago
- c5cd589 Remove QUICK bytecodes. by David Srbecky · 3 years, 9 months ago
- a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 10 months ago
- ec7b194 Fix UnstartedRunime leaking local reference. by Vladimir Marko · 3 years, 9 months ago
- 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 3 years, 10 months ago
- 22a6162 Inherit art_defaults in some recently added native libraries. by Martin Stjernholm · 3 years, 10 months ago
- 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 3 years, 10 months ago
- 4924ea9 Remove Vdex::GetQuickenedInfoOf and all its users. by Nicolas Geoffray · 3 years, 9 months ago
- efc03b8 Fix reported dex file size to libunwindstack. by David Srbecky · 3 years, 9 months ago
- 5b0b2e1 Explictly pass VerifierDeps when asking for class verification. by Nicolas Geoffray · 3 years, 10 months ago
- 3907ce0 Change the value of kAccPreCompiled. by Vladimir Marko · 3 years, 10 months ago
- dfe5544 Remove quickened bytecode support from interpreters. by David Srbecky · 3 years, 10 months ago
- 0ea1dac Revert^2 "[metrics] Turn on statsd reporting at app startup completion" by Eric Holk · 3 years, 10 months ago