Home
last modified time | relevance | path

Searched refs:GetProtoIndexForCallSite (Results 1 – 6 of 6) sorted by relevance

/art/runtime/interpreter/mterp/
Dnterp.cc154 dex::ProtoIndex proto_idx = dex_file->GetProtoIndexForCallSite(call_site_index); in NterpGetShortyFromInvokeCustom()
/art/libdexfile/dex/
Ddex_file.cc576 dex::ProtoIndex DexFile::GetProtoIndexForCallSite(uint32_t call_site_idx) const { in GetProtoIndexForCallSite() function in art::DexFile
Ddex_file.h505 dex::ProtoIndex GetProtoIndexForCallSite(uint32_t call_site_idx) const;
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2639 const dex::ProtoIndex proto_idx(dex_file->GetProtoIndexForCallSite(call_site_idx)); in artInvokeCustom()
/art/compiler/optimizing/
Dinstruction_builder.cc1112 dex::ProtoIndex proto_idx = dex_file_->GetProtoIndexForCallSite(call_site_idx); in BuildInvokeCustom()
/art/runtime/verifier/
Dmethod_verifier.cc3199 const dex::ProtoIndex proto_idx = dex_file_->GetProtoIndexForCallSite(call_site_idx); in CodeFlowVerifyInstruction()