Lines Matching refs:GetDexCache
86 mirror::DexCache* new_c_dex_cache = new_c->GetDexCache();
175 mirror::Class* interface = GetDexCache()->GetResolvedType(type_idx);
193 mirror::DexCache* dex_cache = GetDexCache();
204 dex_file_ = GetDexCache()->GetDexFile();
209 mirror::DexCache* GetDexCache() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
213 result = klass_->GetDexCache();
262 mirror::DexCache* new_f_dex_cache = new_f->GetDeclaringClass()->GetDexCache();
286 mirror::Class* type = GetDexCache()->GetResolvedType(field_id.type_idx_);
342 mirror::DexCache* GetDexCache() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
345 result = field_->GetDeclaringClass()->GetDexCache();
360 dex_file_ = GetDexCache()->GetDexFile();
402 mirror::DexCache* new_m_dex_cache = klass->GetDexCache();
442 return GetClassLinker()->ResolveString(dex_file, method_id.name_idx_, GetDexCache());
572 if (GetDexCache() == other->GetDexCache()) {
618 const mirror::DexCache* dex_cache = GetDexCache();
624 mirror::DexCache* GetDexCache() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
628 result = klass->GetDexCache();
637 s = GetClassLinker()->ResolveString(GetDexFile(), string_idx, GetDexCache());