index
:
art.git
kitkat
q10.0
s12.0
s12.1
art
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
class_linker_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Lazily allocate DexCache arrays."
Orion Hodson
2021-02-25
1
-3
/
+2
*
Lazily allocate DexCache arrays.
David Srbecky
2021-02-23
1
-2
/
+3
*
Rewrite ClassLinker::LinkFields().
Vladimir Marko
2021-01-28
1
-5
/
+8
*
Remove DexCache arrays from image.
David Srbecky
2020-12-04
1
-3
/
+4
*
Update language to comply with Android’s inclusive language guidance
Ian Pedowitz
2020-07-24
1
-1
/
+1
*
Move implementations from class_root.h to -inl.h .
Vladimir Marko
2020-05-13
1
-1
/
+1
*
ART: Ensure dex caches keep classloader live
Andreas Gampe
2020-03-04
1
-0
/
+1
*
Change j.l.r.Field to use ArtField index instead of dexFileIndex
Alex Light
2020-02-11
1
-1
/
+1
*
Use explicit list of mirrored class when checking CanRedefine
Alex Light
2019-11-11
1
-0
/
+1
*
Revert "Revert "Basic structural redefinition support""
Nicolas Geoffray
2019-09-18
1
-0
/
+1
*
Revert "Basic structural redefinition support"
Nicolas Geoffray
2019-09-18
1
-1
/
+0
*
Basic structural redefinition support
Alex Light
2019-09-17
1
-0
/
+1
*
Implement ClassStatus::kVisiblyInitialized.
Vladimir Marko
2019-07-26
1
-3
/
+4
*
Revert^2 "Support using opaque JNI ids"
Alex Light
2019-06-28
1
-0
/
+3
*
Revert "Support using opaque JNI ids"
Nicolas Geoffray
2019-06-27
1
-3
/
+0
*
Support using opaque JNI ids
Alex Light
2019-06-26
1
-0
/
+3
*
Clean up creating handles from `this`.
Vladimir Marko
2019-05-31
1
-1
/
+1
*
Partially ObjPtr<>-ify Object, fix stale ref in test.
Vladimir Marko
2019-04-02
1
-7
/
+6
*
Clean up explicit conversions to ObjPtr<>.
Vladimir Marko
2019-03-29
1
-6
/
+5
*
ObjPtr<>-ify method/var handles, fix stale refs in tests.
Vladimir Marko
2019-03-28
1
-1
/
+1
*
Replace StringPiece with std::string_view in profman.
Vladimir Marko
2019-02-07
1
-1
/
+1
*
Replace StringPiece with std::string_view in art/runtime/.
Vladimir Marko
2019-02-06
1
-2
/
+3
*
Replace StringPiece with std::string_view in Signature.
Vladimir Marko
2019-02-06
1
-1
/
+1
*
ART: Move Signature to its own header
Andreas Gampe
2019-01-03
1
-0
/
+1
*
ART: Move dex structs into own header
Andreas Gampe
2019-01-02
1
-6
/
+6
*
ART: Rewrite EnsureInitialized hit case
Andreas Gampe
2018-12-13
1
-1
/
+2
*
Keep pointer to original DexFile during JVMTI redefine for hiddenapi
David Brazdil
2018-12-03
1
-0
/
+4
*
Add PreResolved strings dex cache array
Mathieu Chartier
2018-10-30
1
-0
/
+2
*
ART: Add object-array-alloc-inl.h
Andreas Gampe
2018-10-26
1
-0
/
+1
*
ART: Add array-alloc-inl.h
Andreas Gampe
2018-10-25
1
-0
/
+1
*
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-23
1
-10
/
+10
*
Remove superfluous 'virtual' specifiers in ART.
Roland Levillain
2018-08-28
1
-1
/
+1
*
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-28
1
-2
/
+2
*
Revert "Refactor DexFile ownership"
David Sehr
2018-07-03
1
-6
/
+6
*
Refactor DexFile ownership
David Sehr
2018-06-27
1
-6
/
+6
*
ObjPtr<>-ify array allocations.
Vladimir Marko
2018-06-01
1
-2
/
+1
*
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
Vladimir Marko
2018-05-31
1
-6
/
+7
*
Refactor ClassRoot/GetClassRoot().
Vladimir Marko
2018-05-25
1
-4
/
+4
*
ObjPtr<>-ify tests using ClassLinker::FindClass().
Vladimir Marko
2018-05-23
1
-55
/
+63
*
Move most of runtime/base to libartbase/base
David Sehr
2018-03-05
1
-0
/
+57
*
Create dex subdirectory
David Sehr
2018-01-05
1
-2
/
+2
*
Change ClassStatus to fit into 4 bits.
Vladimir Marko
2018-01-05
1
-4
/
+4
*
ART: Add test for ArrayElementVarHandle offsets.
Orion Hodson
2018-01-02
1
-0
/
+7
*
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
Vladimir Marko
2017-12-12
1
-11
/
+9
*
Do not pass DexFile to ClassLinker::ResolveMethodType().
Vladimir Marko
2017-12-08
1
-15
/
+3
*
Determine HLoadClass/String load kind early.
Vladimir Marko
2017-12-08
1
-2
/
+10
*
cpplint: Cleanup errors
Igor Murashkin
2017-11-08
1
-13
/
+13
*
Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().
Vladimir Marko
2017-11-06
1
-2
/
+2
*
ART: Add mirror classes for VarHandles
Orion Hodson
2017-11-02
1
-0
/
+38
*
Separate MemMap from DexFile completely
David Sehr
2017-10-27
1
-0
/
+1
[next]