Home
last modified time | relevance | path

Searched defs:h_dex_cache (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dmir_field_info.cc72 auto h_dex_cache = hs2.NewHandle(compiler_driver->FindDexCache(field_idx_ptr->dex_file)); in Resolve() local
/art/runtime/
Dquick_exception_handler.cc206 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(declaring_class->GetDexCache())); in HandleDeoptimization() local
/art/runtime/verifier/
Dmethod_verifier.cc121 auto h_dex_cache(hs.NewHandle(klass->GetDexCache())); in VerifyMethod() local