Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
8fc2f95291206806599d4f2a50da529da85155b6
/
runtime
/
reference_table_test.cc
179b7c6
ObjPtr<>-ify String allocations, fix stale refs.
by Vladimir Marko
· 6 years ago
70f5fd0
ART: Add class-alloc-inl.h
by Andreas Gampe
· 6 years ago
8e0f043
ART: Add array-alloc-inl.h
by Andreas Gampe
· 6 years ago
18090d1
Refactor String resolution.
by Vladimir Marko
· 6 years ago
bcf1752
ObjPtr<>-ify array allocations.
by Vladimir Marko
· 6 years ago
67bf42e
Header library to remove dependence on runtime/
by David Sehr
· 7 years ago
5573c37
cpplint: Remove many unnecessary NOLINT
by Igor Murashkin
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
8a2a1fc
ART: Dump allocation stacks in reference table dumps
by Andreas Gampe
· 7 years ago
ba11882
ART: Change method lookup to be more consistent to JLS and the RI.
by Vladimir Marko
· 7 years ago
b486a98
ART: Introduce thread-current-inl.h
by Andreas Gampe
· 7 years ago
c6ea7d0
ART: Clean up art_method.h
by Andreas Gampe
· 8 years ago
fa4333d
ART: Add operator == and != with nullptr to Handle
by Andreas Gampe
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
6e970e7
ART: Prioritize reference table dump
by Andreas Gampe
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
a3bbf8b
ART: Dump referenced type in IRT overflows
by Andreas Gampe
· 8 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
2cebb24
Replace NULL with nullptr
by Mathieu Chartier
· 10 years ago
8db4c88
ART: Use array-inl.h in reference_table_test
by Andreas Gampe
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
a1ce1fe
Split up CommonTest into CommonRuntimeTest and CommonCompilerTest
by Brian Carlstrom
· 11 years ago
7940e44
Create separate Android.mk for main build targets
by Brian Carlstrom
· 11 years ago
[Renamed from src/reference_table_test.cc]
2dd0e2c
Directory restructuring of object.h
by Ian Rogers
· 12 years ago
50b35e2
Explicitly pass Thread::Current to MutexLock and Alloc.
by Ian Rogers
· 12 years ago
63818dc
Fix segv in indirect reference table dump.
by Ian Rogers
· 12 years ago
00f7d0e
Global lock levels.
by Ian Rogers
· 12 years ago
73e66f7
Tidy up and finish reference table dumping.
by Elliott Hughes
· 12 years ago
2faa5f1
Fix copyright headers.
by Elliott Hughes
· 13 years ago
1f87008
Add HeapTest and make GC work enough to pass it
by Brian Carlstrom
· 13 years ago
bfaadc8
Replace a dangerous function with the convenience function callers actually want.
by Elliott Hughes
· 13 years ago
f734cf5
Add ParsedOptions test (and migrate RuntimeTest to CommonTest)
by Brian Carlstrom
· 13 years ago
11e4507
Add a reference table implementation.
by Elliott Hughes
· 13 years ago