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