Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/driver/
H A Ddex_compilation_unit.h114 Handle<mirror::DexCache> GetDexCache() const { in GetDexCache() function
/aosp_15_r20/art/runtime/
H A Dart_field-inl.h397 inline ObjPtr<mirror::DexCache> ArtField::GetDexCache() { in GetDexCache() function
/aosp_15_r20/art/runtime/mirror/
H A Dclass-inl.h103 inline ObjPtr<DexCache> Class::GetDexCache() { in GetDexCache() function
/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc93 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 Dcompiler_driver.cc996 Handle<mirror::DexCache> GetDexCache() { in GetDexCache() function in art::ResolveCatchBlockExceptionsClassVisitor::DexFileRecord
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc1878 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache() function in art::linker::OatWriter::WriteCodeMethodVisitor