Home
last modified time | relevance | path

Searched defs:GetDexCache (Results 1 – 7 of 7) sorted by relevance

/art/runtime/verifier/
Dmethod_verifier-inl.h47 inline mirror::DexCache* MethodVerifier::GetDexCache() { in GetDexCache() function
/art/compiler/driver/
Ddex_compilation_unit.h112 Handle<mirror::DexCache> GetDexCache() const { in GetDexCache() function
/art/runtime/
Dart_method-inl.h325 inline mirror::DexCache* ArtMethod::GetDexCache() { in GetDexCache() function
Dart_field-inl.h332 inline ObjPtr<mirror::DexCache> ArtField::GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function
/art/runtime/mirror/
Dclass-inl.h95 inline DexCache* Class::GetDexCache() { in GetDexCache() function
/art/runtime/dex/
Ddex_file_annotations.cc75 ObjPtr<mirror::DexCache> GetDexCache() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function in art::__anon7a5f28960111::ClassData
/art/dex2oat/linker/
Doat_writer.cc1961 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache() function in art::linker::OatWriter::WriteCodeMethodVisitor