- 5945de0 Revert "Revert "Revert "Add consistency CHECKs around ArtMethod fields.""" by Nicolas Geoffray · 4 years, 9 months ago
- fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 9 months ago
- 99d91d1 Avoid implementation-defined behavior by Greg Kaiser · 4 years, 9 months ago
- 5265419 Always put the framework profile in the boot image location. by Nicolas Geoffray · 4 years, 9 months ago
- 58cc76d Fix braino in Jit::PostZygoteFork. by Nicolas Geoffray · 4 years, 9 months ago
- f994025 Revert "Revert "Add consistency CHECKs around ArtMethod fields."" by Nicolas Geoffray · 4 years, 9 months ago
- 2925311 Prevent entering IMT conflict trampoline with j.l.Object methods. by Nicolas Geoffray · 4 years, 9 months ago
- 0a5cad3 Revert "Revert "Make class loader context fail for unknown class loaders"" by Calin Juravle · 4 years, 9 months ago
- e9818dd Revert "Make class loader context fail for unknown class loaders" by Stefania Halac · 4 years, 9 months ago
- 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 4 years, 9 months ago
- 30b38f8 Remove MIPS mterp. by Vladimir Marko · 4 years, 9 months ago
- 2d3de3a Make class loader context fail for unknown class loaders by Calin Juravle · 4 years, 9 months ago
- c550327 Use stack for first scope in VariableSizedHandleScope by Mathieu Chartier · 4 years, 9 months ago
- 6e043bb Rewrite GenericJNI frame setup. by Vladimir Marko · 4 years, 9 months ago
- af32242 Do not check for collision if we only extracted the apk by Calin Juravle · 4 years, 9 months ago
- 5e251ea Change j.l.r.Field to use ArtField index instead of dexFileIndex by Alex Light · 4 years, 10 months ago
- 8206ae8 Revert "Fix Core Platform API JNI check" by satayev · 4 years, 9 months ago
- 18dc023 Remove obsolete CHECKs for image dex file location. by Vladimir Marko · 4 years, 9 months ago
- 8c8f148 Add blueprint modules to generate jar files for gtests. by David Srbecky · 4 years, 9 months ago
- 5c33d35 Reinstate exception check in GenericJni stubs. by Vladimir Marko · 4 years, 9 months ago
- c9fa770 Introduce VMRuntime.isValidClassLoaderContext by Dan Zimmerman · 4 years, 9 months ago
- b682ea4 Introduce BaseDexClassLoader.computeClassLoaderContextsNative by Dan Zimmerman · 4 years, 11 months ago
- 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 4 years, 9 months ago
- 8c41a0b Handle interpreter / access-checks mode in the runtime. by Nicolas Geoffray · 4 years, 9 months ago
- cf0c6ef Device gtests: Use boot.art instead of core.art. by David Srbecky · 4 years, 9 months ago
- f6afcc9 Update boot image extension compilation args. by Vladimir Marko · 4 years, 9 months ago
- 8adb325 Move code from quick_entry_points_arm64.S to asm_support_arm64.S by Nicolas Geoffray · 4 years, 9 months ago
- dc77ca3 Wait sooner for non-daemon threads by Hans Boehm · 4 years, 9 months ago
- 51ad7fe Code cleanup around exception handling and stack walking. by Nicolas Geoffray · 4 years, 9 months ago
- 89b85eb dex2oat: default to speed-profile if we have a profile. by Vladimir Marko · 4 years, 9 months ago
- 2ad3f8e Do suspend check and hotness increment in entry of Nterp. by Nicolas Geoffray · 4 years, 9 months ago
- 8feb7eb Adjust CHECK on instrumentation stack. by Nicolas Geoffray · 4 years, 9 months ago
- 6c56db3 Fix Core Platform API JNI check by Orion Hodson · 5 years ago
- f9dfd77 Update VMRuntime.isBootClassPathOnDisk()... by Vladimir Marko · 4 years, 9 months ago
- c70b84e Revert "Disable bitstring tests." by Igor Murashkin · 4 years, 10 months ago
- ecd9502 [jitzygote] Don't spawn a thread in child zygotes. by Nicolas Geoffray · 4 years, 10 months ago
- c0e0e5e Compile boot image extensions in memory. by Vladimir Marko · 4 years, 10 months ago
- e4207a7 Use consistent storage type in bit structs. by Vladimir Marko · 4 years, 10 months ago
- e91e795 Replace instrumention id with stack pointers. by Nicolas Geoffray · 4 years, 10 months ago
- fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 10 months ago
- d2ac307 Disable Dex2oatSwapUseTest.CheckSwapUsage for x86_64 by Evgeny Astigeevich · 4 years, 9 months ago
- 3f0dca1 Ensure IsStructurallyRedefinable takes into account subtypes by Alex Light · 4 years, 10 months ago
- f365aff Remove isDebuggerActive native implementation. by Alex Light · 4 years, 10 months ago
- caafd62 Implement GetVRegLong for nterp. by Nicolas Geoffray · 4 years, 10 months ago
- 775f681 JIT debugger_interface: add simpleperf presumit check. by Yabin Cui · 4 years, 10 months ago
- 7e2c963 Update interpreter entrypoints in an image to nterp when supported. by Nicolas Geoffray · 4 years, 10 months ago
- 4d7e1a8 nterp: Don't compile baseline if a process cannot allocate profiling infos. by Nicolas Geoffray · 4 years, 10 months ago
- f0e90ba Revert^2 "Enable JIT dual data mapping." by David Srbecky · 4 years, 10 months ago
- 13fcc3e Remove some dead code from OatFile. by Vladimir Marko · 4 years, 10 months ago
- 469016b Don't pattern-init an unused variable that overallocates the stack by Stephen Hines · 4 years, 10 months ago
- e0c6d43 Revert "Fix stack-walking race" by Alex Light · 4 years, 10 months ago
- 721e402 Fix stack-walking race by Alex Light · 4 years, 10 months ago
- 2f78a9c Revert^2 "Improve stack unwinding during gcstress tests." by David Srbecky · 4 years, 10 months ago
- 2c5b48d Disable bitstring tests. by Nicolas Geoffray · 4 years, 10 months ago
- e8bd0a9 Correctly initialize monitors for 32-bit by Hans Boehm · 4 years, 10 months ago
- abafbe7 nativebridge: Add PreZygoteFork callback by Lev Rumyantsev · 5 years ago
- 7ec3e60 nativebridge: Support app-zygote by Lev Rumyantsev · 5 years ago
- 87f3630 runtime: Initialize native bridge in app-zygote by Lev Rumyantsev · 5 years ago
- ff5ce16 Sleep longer in shutdown with asan by Hans Boehm · 4 years, 10 months ago
- ed1cecd Clean up dead code & outdated comment in app image validation by Dan Zimmerman · 4 years, 10 months ago
- 6ef7713 Remove dead code related to profile collection. by Vladimir Marko · 4 years, 10 months ago
- a9ff45b Remove TODO from ART by atrost · 4 years, 10 months ago
- 4d7b689 Fix Transaction constraint validation... by Vladimir Marko · 4 years, 10 months ago
- 7d511d9 [art] Factor out encoding ClassLoaderContext components by Dan Zimmerman · 4 years, 11 months ago
- 15669a6 jdwp: switch to libbase's ReceiveFileDescriptors. by Josh Gao · 4 years, 10 months ago
- 6442eaf Harden hidden api checks. by Andrei Onea · 4 years, 10 months ago
- e30457c Add getNativeTid function by Rick Yiu · 4 years, 10 months ago
- a72256b Remove app image dex file and class loader checks by Mathieu Chartier · 4 years, 10 months ago
- 4f9d62b Utilize partially used TLABs by Lokesh Gidra · 4 years, 10 months ago
- b885d8b Surround MR uses with #if defined read barrier. by Nicolas Geoffray · 4 years, 10 months ago
- 46d7b24 Add atrace event for perfetto_hprof init. by Florian Mayer · 4 years, 10 months ago
- 9406c43 Revert "Harden hidden api checks." by Andrei-Valentin Onea · 4 years, 10 months ago
- 3bf5163 Harden hidden api checks. by Andrei Onea · 4 years, 10 months ago
- 135b5c8 Address checker tests around inline cache and the baseline compiler. by Nicolas Geoffray · 4 years, 10 months ago
- 786e1fe invoke-super can also have implicit null checks. by Nicolas Geoffray · 4 years, 10 months ago
- c4bf667 Use ResetTlab instead of setting to null by Mathieu Chartier · 4 years, 10 months ago
- 63a5793 nterp: Re-order where stack alignment happens in an nterp frame. by Nicolas Geoffray · 4 years, 10 months ago
- 6ac057f Use boot image extension in the JIT-zygote experiment. by Ulya Trafimovich · 5 years ago
- 2628715 Remove incorrect const qualification on ArrayIter::operator++. by Peter Collingbourne · 4 years, 10 months ago
- c4f6cf3 nterp: fix braino in NTERP_TRAMPOLINE macro. by Nicolas Geoffray · 4 years, 10 months ago
- cdf2d7e nterp: Change the jump destination when there is no parameter. by Nicolas Geoffray · 4 years, 10 months ago
- 3f4041b Add more logging around array sanity checks by Alex Light · 4 years, 10 months ago
- a3f8129 Make StartDebugger the last thing in InitNonZygoteOrPostFork again by Alex Light · 4 years, 10 months ago
- b86e9b0 Close fd if polling thread is disabled by Mathieu Chartier · 4 years, 10 months ago
- 163652e Fix redefinition causing corrupt j.l.r.Field objects by Alex Light · 4 years, 10 months ago
- 14d1307 Disable test cases `AssemblerMIPS{32r6,64}Test.Toolchain` in ART gtest. by Roland Levillain · 4 years, 10 months ago
- 2f49428 Revert^2 "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 10 months ago
- 0b1afb7 Revert "Remove finalizable restriction on structural redefinition" by Alex Light · 4 years, 10 months ago
- 55d6fa4 Remove finalizable restriction on structural redefinition by Alex Light · 4 years, 11 months ago
- 65c18a2 Revert^4 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 4 years, 10 months ago
- 467defb [art] Format runtime/Android.bp by Dan Zimmerman · 4 years, 11 months ago
- 3a6ef94 Disable jitzygote polling thread by Mathieu Chartier · 5 years ago
- 0010172 Add extra detail to class status CHECK by Mathieu Chartier · 4 years, 11 months ago
- ead89ef Revert^3 "Add spin loop to mutex, overhaul monitor"" by Hans Boehm · 4 years, 10 months ago
- 65a01a7 Simplify access_flags_ updates by Hans Boehm · 4 years, 10 months ago
- 3d52abe Revert^2 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 5 years ago
- eeae32b Revert "Add consistency CHECKs around ArtMethod fields." by Mathieu Chartier · 4 years, 11 months ago
- 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 5 years ago
- 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 5 years ago
- 1e88f98 Use apex_available property by Jiyong Park · 5 years ago