Home
last modified time | relevance | path

Searched refs:method_type_idx (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h475 const dex::TypeIndex method_type_idx = in FindMethodToCall() local
478 class_linker->ResolveType(method_type_idx, referrer); in FindMethodToCall()
670 dex::TypeIndex method_type_idx = dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; in FindMethodFast() local
672 method_type_idx, dex_cache, referrer->GetClassLoader()); in FindMethodFast()
/art/dexdump/
Ddexdump.cc1718 dex::ProtoIndex method_type_idx = static_cast<dex::ProtoIndex>(it.GetJavaValue().i); in dumpCallSite() local
1719 const dex::ProtoId& method_type_id = pDexFile->GetProtoId(method_type_idx); in dumpCallSite()