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