summaryrefslogtreecommitdiff
path: root/runtime/class_linker_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Lazily allocate DexCache arrays."Orion Hodson2021-02-251-3/+2
* Lazily allocate DexCache arrays.David Srbecky2021-02-231-2/+3
* Rewrite ClassLinker::LinkFields().Vladimir Marko2021-01-281-5/+8
* Remove DexCache arrays from image.David Srbecky2020-12-041-3/+4
* Update language to comply with Android’s inclusive language guidanceIan Pedowitz2020-07-241-1/+1
* Move implementations from class_root.h to -inl.h .Vladimir Marko2020-05-131-1/+1
* ART: Ensure dex caches keep classloader liveAndreas Gampe2020-03-041-0/+1
* Change j.l.r.Field to use ArtField index instead of dexFileIndexAlex Light2020-02-111-1/+1
* Use explicit list of mirrored class when checking CanRedefineAlex Light2019-11-111-0/+1
* Revert "Revert "Basic structural redefinition support""Nicolas Geoffray2019-09-181-0/+1
* Revert "Basic structural redefinition support"Nicolas Geoffray2019-09-181-1/+0
* Basic structural redefinition supportAlex Light2019-09-171-0/+1
* Implement ClassStatus::kVisiblyInitialized.Vladimir Marko2019-07-261-3/+4
* Revert^2 "Support using opaque JNI ids"Alex Light2019-06-281-0/+3
* Revert "Support using opaque JNI ids"Nicolas Geoffray2019-06-271-3/+0
* Support using opaque JNI idsAlex Light2019-06-261-0/+3
* Clean up creating handles from `this`.Vladimir Marko2019-05-311-1/+1
* Partially ObjPtr<>-ify Object, fix stale ref in test.Vladimir Marko2019-04-021-7/+6
* Clean up explicit conversions to ObjPtr<>.Vladimir Marko2019-03-291-6/+5
* ObjPtr<>-ify method/var handles, fix stale refs in tests.Vladimir Marko2019-03-281-1/+1
* Replace StringPiece with std::string_view in profman.Vladimir Marko2019-02-071-1/+1
* Replace StringPiece with std::string_view in art/runtime/.Vladimir Marko2019-02-061-2/+3
* Replace StringPiece with std::string_view in Signature.Vladimir Marko2019-02-061-1/+1
* ART: Move Signature to its own headerAndreas Gampe2019-01-031-0/+1
* ART: Move dex structs into own headerAndreas Gampe2019-01-021-6/+6
* ART: Rewrite EnsureInitialized hit caseAndreas Gampe2018-12-131-1/+2
* Keep pointer to original DexFile during JVMTI redefine for hiddenapiDavid Brazdil2018-12-031-0/+4
* Add PreResolved strings dex cache arrayMathieu Chartier2018-10-301-0/+2
* ART: Add object-array-alloc-inl.hAndreas Gampe2018-10-261-0/+1
* ART: Add array-alloc-inl.hAndreas Gampe2018-10-251-0/+1
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-231-10/+10
* Remove superfluous 'virtual' specifiers in ART.Roland Levillain2018-08-281-1/+1
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-2/+2
* Revert "Refactor DexFile ownership"David Sehr2018-07-031-6/+6
* Refactor DexFile ownershipDavid Sehr2018-06-271-6/+6
* ObjPtr<>-ify array allocations.Vladimir Marko2018-06-011-2/+1
* ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.Vladimir Marko2018-05-311-6/+7
* Refactor ClassRoot/GetClassRoot().Vladimir Marko2018-05-251-4/+4
* ObjPtr<>-ify tests using ClassLinker::FindClass().Vladimir Marko2018-05-231-55/+63
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-0/+57
* Create dex subdirectoryDavid Sehr2018-01-051-2/+2
* Change ClassStatus to fit into 4 bits.Vladimir Marko2018-01-051-4/+4
* ART: Add test for ArrayElementVarHandle offsets.Orion Hodson2018-01-021-0/+7
* Do not pass DexFile to ClassLinker::Lookup/ResolveType().Vladimir Marko2017-12-121-11/+9
* Do not pass DexFile to ClassLinker::ResolveMethodType().Vladimir Marko2017-12-081-15/+3
* Determine HLoadClass/String load kind early.Vladimir Marko2017-12-081-2/+10
* cpplint: Cleanup errorsIgor Murashkin2017-11-081-13/+13
* Refactor ArtField::GetType<>() as {Lookup,Resolve}Type().Vladimir Marko2017-11-061-2/+2
* ART: Add mirror classes for VarHandlesOrion Hodson2017-11-021-0/+38
* Separate MemMap from DexFile completelyDavid Sehr2017-10-271-0/+1