Searched defs:GetDexCache (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/art/compiler/driver/ | ||
H A D | dex_compilation_unit.h | 114 Handle<mirror::DexCache> GetDexCache() const { in GetDexCache() function |
/aosp_15_r20/art/runtime/ | ||
H A D | art_field-inl.h | 397 inline ObjPtr<mirror::DexCache> ArtField::GetDexCache() { in GetDexCache() function |
/aosp_15_r20/art/runtime/mirror/ | ||
H A D | class-inl.h | 103 inline ObjPtr<DexCache> Class::GetDexCache() { in GetDexCache() function |
/aosp_15_r20/art/runtime/dex/ | ||
H A D | dex_file_annotations.cc | 93 ObjPtr<mirror::DexCache> GetDexCache() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function in art::__anon071681ef0111::ClassData |
/aosp_15_r20/art/dex2oat/driver/ | ||
H A D | compiler_driver.cc | 996 Handle<mirror::DexCache> GetDexCache() { in GetDexCache() function in art::ResolveCatchBlockExceptionsClassVisitor::DexFileRecord |
/aosp_15_r20/art/dex2oat/linker/ | ||
H A D | oat_writer.cc | 1878 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache() function in art::linker::OatWriter::WriteCodeMethodVisitor |