index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
reference_table_test.cc
Age
Commit message (
Expand
)
Author
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-02-06
Add visibility attributes in runtime/r*
Dmitrii Ishcheikin
2022-11-30
Change well known method `String.charAt()` to `ArtMethod*`.
Vladimir Marko
2022-10-14
ART: Speed up some gtests.
Vladimir Marko
2020-07-23
Reword some comments to be more inclusive
Orion Hodson
2019-03-25
ObjPtr<>-ify String allocations, fix stale refs.
Vladimir Marko
2018-10-26
ART: Add class-alloc-inl.h
Andreas Gampe
2018-10-25
ART: Add array-alloc-inl.h
Andreas Gampe
2018-06-04
Refactor String resolution.
Vladimir Marko
2018-06-01
ObjPtr<>-ify array allocations.
Vladimir Marko
2018-02-28
Header library to remove dependence on runtime/
David Sehr
2017-11-16
cpplint: Remove many unnecessary NOLINT
Igor Murashkin
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-10-02
ART: Dump allocation stacks in reference table dumps
Andreas Gampe
2017-07-20
ART: Change method lookup to be more consistent to JLS and the RI.
Vladimir Marko
2017-06-02
ART: Introduce thread-current-inl.h
Andreas Gampe
2017-04-21
ART: Clean up art_method.h
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-11-14
ART: Prioritize reference table dump
Andreas Gampe
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-28
ART: Dump referenced type in IRT overflows
Andreas Gampe
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2014-07-17
ART: Use array-inl.h in reference_table_test
Andreas Gampe
2014-07-15
Break apart header files.
Ian Rogers
2014-02-26
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom