Home
last modified time | relevance | path

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

/art/compiler/driver/
Ddex_compilation_unit.h113 Handle<mirror::DexCache> GetDexCache() const { in GetDexCache() function
/art/runtime/
Dart_method-inl.h302 inline ObjPtr<mirror::DexCache> ArtMethod::GetDexCache() { in GetDexCache() function
Dart_field-inl.h346 inline ObjPtr<mirror::DexCache> ArtField::GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function
/art/runtime/mirror/
Dclass-inl.h103 inline ObjPtr<DexCache> Class::GetDexCache() { in GetDexCache() function
/art/runtime/dex/
Ddex_file_annotations.cc93 ObjPtr<mirror::DexCache> GetDexCache() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function in art::__anon4bc6c7790111::ClassData
/art/dex2oat/linker/
Doat_writer.cc1944 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache() function in art::linker::OatWriter::WriteCodeMethodVisitor