Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier-inl.h49 inline mirror::DexCache* MethodVerifier::GetDexCache() { in GetDexCache() function
/art/compiler/driver/
Ddex_compilation_unit.h111 Handle<mirror::DexCache> GetDexCache() const { in GetDexCache() function
/art/runtime/
Dart_field-inl.h334 inline ObjPtr<mirror::DexCache> ArtField::GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function
Dart_method-inl.h365 inline mirror::DexCache* ArtMethod::GetDexCache() { in GetDexCache() function
Ddex_file_annotations.cc73 ObjPtr<mirror::DexCache> GetDexCache() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function in art::__anon607cc5e80111::ClassData
/art/runtime/mirror/
Dclass-inl.h94 inline DexCache* Class::GetDexCache() { in GetDexCache() function
/art/compiler/
Doat_writer.cc1521 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache() function in art::OatWriter::WriteCodeMethodVisitor