summaryrefslogtreecommitdiff
path: root/runtime/indirect_reference_table_test.cc
AgeCommit message (Expand)Author
2020-12-09JNI: Faster jobject decoding by avoiding checks. Vladimir Marko
2018-10-26ART: Add class-alloc-inl.h Andreas Gampe
2018-05-23ObjPtr<>-ify tests using ClassLinker::FindClass(). Vladimir Marko
2017-09-25ART: Refactor IRT:Add Andreas Gampe
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2016-10-24ART: Make IndirectReferenceTable resizable Andreas Gampe
2016-10-24ART: Change IndirectReferenceTable Andreas Gampe
2016-10-19Return error message if IndirectReferenceTable construction fails. Richard Uhler
2016-10-17ART: Remove IRT cruft Andreas Gampe
2016-10-13Move mirror::Class to use ObjPtr Mathieu Chartier
2016-10-05Change indirect reference table to use ObjPtr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-13ART: Clean up includes. Vladimir Marko
2015-01-15ART: Allow scoped adjustments to log verbosity Andreas Gampe
2014-09-03Remove abuse of mirror::Object* to reference special values. Ian Rogers
2014-07-15Break apart header files. Ian Rogers
2014-05-05Add lockless SynchronizedGet for indirect reference table. Mathieu Chartier
2014-02-26Split up CommonTest into CommonRuntimeTest and CommonCompilerTest Brian Carlstrom
2014-02-24Avoid std::string allocations for finding an array class. Ian Rogers
2013-09-11More allocation code optimizations. Hiroshi Yamauchi
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom