Searched refs:h_dex_cache (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | class_linker-inl.h | 122 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(declaring_class->GetDexCache())); in ResolveMethod() 124 const DexFile* dex_file = h_dex_cache->GetDexFile(); in ResolveMethod() 125 resolved_method = ResolveMethod(*dex_file, method_idx, h_dex_cache, h_class_loader, referrer, in ResolveMethod()
|
D | quick_exception_handler.cc | 206 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(declaring_class->GetDexCache())); in HandleDeoptimization() local 208 verifier::MethodVerifier verifier(self_, h_dex_cache->GetDexFile(), h_dex_cache, h_class_loader, in HandleDeoptimization()
|
/art/compiler/dex/ |
D | mir_field_info.cc | 72 auto h_dex_cache = hs2.NewHandle(compiler_driver->FindDexCache(field_idx_ptr->dex_file)); in Resolve() local 74 soa, h_dex_cache, class_loader, field_idx_ptr->dex_file, field_idx, false); in Resolve()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 121 auto h_dex_cache(hs.NewHandle(klass->GetDexCache())); in VerifyMethod() local 123 return VerifyMethod(hs.Self(), method->GetDexMethodIndex(), method->GetDexFile(), h_dex_cache, in VerifyMethod()
|