- ae95ce3 ART: Do not handle RETURN monitor-stack issue as throwing by Andreas Gampe · 5 years ago
- d84794d ART: Add option to behave fatally on unmarked kThrow by Andreas Gampe · 5 years ago
- 16a08f6 ART: Factor out runtime-exception saved_line fallback by Andreas Gampe · 5 years ago
- b3b2db7 ART: Use a scoped disable-moving-gc helper in reg_type_test by Andreas Gampe · 5 years ago
- b5204f4 ART: Add interface class join heuristic by Andreas Gampe · 5 years ago
- c658278 ART: Introduce CompatThrow by Andreas Gampe · 5 years ago
- bc919af ART: Disallow unresolved return types after Q by Andreas Gampe · 5 years ago
- d78122b ART: Do not access-check type on instanceof peephole by Andreas Gampe · 5 years ago
- d70a97c ART: Monitor-stack merging should not be handled as throwing by Andreas Gampe · 5 years ago
- 0d87f99 ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
- 4146e06 ART: Prepare to remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
- 4a30f89 Revert "ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH" by Andreas Gampe · 5 years ago
- 7a82acc ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
- 4d6ca2e Deterministic VerifierDeps::Dump(). by Vladimir Marko · 5 years ago
- cc08c50 ART: Restyle VerifyError by Andreas Gampe · 5 years ago
- 43884b2 ART: Coalesce verifier flags into bit struct by Andreas Gampe · 5 years ago
- 5dfbe7a ART: Refactor ClassJoin code by Andreas Gampe · 5 years ago
- 1e52a07 Correct Indicies -> Indices by Alex Light · 5 years ago
- d91f841 ART: Log approximate arena usage for slow verifier runs by Andreas Gampe · 5 years ago
- 93adcb5 ART: Remove some compile-time info points by Andreas Gampe · 5 years ago
- 0a7d0b1 ART: Mark unreachable catch handler code in verifier by Andreas Gampe · 5 years ago
- 6087bc2 ART: Handle unresolved catch handler types differently in the verifier by Andreas Gampe · 5 years ago
- af52cbe Use TargetSdkLevel in CalculateVerificationInfo by Alex Light · 5 years ago
- e2ddce3 Revert^2 "Add verifier fallback for JVMTI Get/SetLocalVariable" by Alex Light · 5 years ago
- 99cbfb5 Revert "Add verifier fallback for JVMTI Get/SetLocalVariable" by David Srbecky · 5 years ago
- e48fd0b Add verifier fallback for JVMTI Get/SetLocalVariable by Alex Light · 5 years ago
- efdd1b0 ART: Add throughput to verifier duration message by Andreas Gampe · 6 years ago
- b34981b ART: Fix hidden hard fail in instance field verification by Andreas Gampe · 6 years ago
- bfcca58 ART: Add verifier-debug log for exception handler by Andreas Gampe · 6 years ago
- 99db7bb ART: Templatize internal method verifier class by Andreas Gampe · 6 years ago
- fc25ae9 ART: Refactor verifier by Andreas Gampe · 6 years ago
- d09c059 ART: Do not expose arena allocator from MethodVerifier by Andreas Gampe · 6 years ago
- 51de69e ART: Clean up MethodVerifier by Andreas Gampe · 6 years ago
- 7c887c5 ART: Under verifier-debug, amend the hard-fail message by Andreas Gampe · 6 years ago
- 2ad6cce ART: Make LogVerifyInfo newlines consistent by Andreas Gampe · 6 years ago
- 4a57d5f ART: Remove old cout usage in method_verifier by Andreas Gampe · 6 years ago
- 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
- 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
- 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
- 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
- a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
- eda46e9 Fix vdex fast-verify performance regression by David Brazdil · 6 years ago
- feb2282 Improve `verified`, add `redefined` class status in VerifierDeps by David Brazdil · 6 years ago
- 1e70b89 Merge changes Id4ffa9f9,I1bb5d05d by Vladimir Marko · 6 years ago
- 6c70224 Replace MergeSets() with std::set::merge(). by Vladimir Marko · 6 years ago
- e0f8bb9 Merge "Replace StringPiece with std::string_view in profman." by Vladimir Marko · 6 years ago
- e512556 Replace StringPiece with std::string_view in profman. by Vladimir Marko · 6 years ago
- 8e1ca61 Merge "Generalize vdex class redefinition check" by David Brazdil · 6 years ago
- 8fd6722 Generalize vdex class redefinition check by David Brazdil · 6 years ago
- e027d72 Replace StringPiece with std::string_view in class.h. by Vladimir Marko · 6 years ago
- b0f16e6 Replace StringPiece with std::string_view in RegType. by Vladimir Marko · 6 years ago
- 43e4325 ART: Handle clobbering in verifier peephole by Andreas Gampe · 6 years ago
- 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
- 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
- 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
- 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- dc39d32 Revert^2: "ART: Restrict some checks in the verifier to P+" by Andreas Gampe · 6 years ago
- ff71e66 Revert "ART: Restrict some checks in the verifier to P+" by Andreas Gampe · 6 years ago
- 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
- f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
- bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
- 2337d53 ART: Restrict some checks in the verifier to P+ by Andreas Gampe · 6 years ago
- 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
- 0b0ffc1 ART: Add parameter for verifier timing log threshold by Andreas Gampe · 6 years ago
- b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 6 years ago
- d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
- ce75049 Revert "Revert "Handle a special case of lock aliasing during lock verification"" by Alexey Grebenkin · 6 years ago
- 97c465c Merge "Revert "Handle a special case of lock aliasing during lock verification"" by Nicolas Geoffray · 6 years ago
- 753a055 Revert "Handle a special case of lock aliasing during lock verification" by Nicolas Geoffray · 6 years ago
- 91b6bef Merge "Handle a special case of lock aliasing during lock verification" by Treehugger Robot · 6 years ago
- 82898ed Handle a special case of lock aliasing during lock verification by Alexey Grebenkin · 6 years ago
- e383d23 ART: Mask garbage-memory warnings by Andreas Gampe · 6 years ago
- 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 6 years ago
- 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 6 years ago
- 1f1cb9f Revert "Revert "Move runtime/ to ClassAccessor"" by Mathieu Chartier · 6 years ago
- bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
- a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 6 years ago
- acb906d Remove mirror::String::java_lang_String_. by Vladimir Marko · 6 years ago
- 2cffc5d ObjPtr<>-ify RegTypeCache, fix 1 stale reference use. by Vladimir Marko · 6 years ago
- adbceb7 Remove GcRoot<> static from Throwable and related classes. by Vladimir Marko · 6 years ago
- c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 6 years ago
- 537a4fe ART: Add VarHandle accessors to invoke-polymorphic entrypoint by Orion Hodson · 6 years ago
- 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 6 years ago
- dbaa5c7 ART: Compiler support for const-method-handle by Orion Hodson · 7 years ago
- 18259d7 ART: Compiler support for const-method-type by Orion Hodson · 7 years ago
- 4525e0b Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 7 years ago
- 5713f66 Use named constant instead of magic number in RegisterLine by Daniel Colascione · 7 years ago
- b58dcec Merge "Move more runtime code to libartbase, libdexfile" by David Sehr · 7 years ago
- 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 7 years ago
- f5c537e Add extra logging for bug 77342775. by Vladimir Marko · 7 years ago
- 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 7 years ago
- 69b1cf1 Don't HARD_FAIL when not able to resolve a quickened opcode. by Nicolas Geoffray · 7 years ago
- 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
- b041a40 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
- c2a2bda Add more details to verifier dumping for gAborting by Mathieu Chartier · 7 years ago
- a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 7 years ago
- c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
- 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
- b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
- ea179f4 Refactor method resolution in class linker. by Nicolas Geoffray · 7 years ago