Searched defs:GetDexCache (Results 1 – 7 of 7) sorted by relevance
49 inline mirror::DexCache* MethodVerifier::GetDexCache() { in GetDexCache() function
111 Handle<mirror::DexCache> GetDexCache() const { in GetDexCache() function
334 inline ObjPtr<mirror::DexCache> ArtField::GetDexCache() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function
355 inline mirror::DexCache* ArtMethod::GetDexCache() { in GetDexCache() function
73 ObjPtr<mirror::DexCache> GetDexCache() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexCache() function in art::__anona509c8680111::ClassData
93 inline DexCache* Class::GetDexCache() { in GetDexCache() function
1430 ObjPtr<mirror::DexCache> GetDexCache(const DexFile* target_dex_file) in GetDexCache() function in art::OatWriter::WriteCodeMethodVisitor