Home
last modified time | relevance | path

Searched refs:h_dex_cache (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dclass_linker-inl.h122 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()
Dquick_exception_handler.cc206 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/
Dmir_field_info.cc72 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/
Dmethod_verifier.cc121 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()