Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc250 dex::ProtoIndex proto_idx = dex_file->GetProtoIndexForCallSite(call_site_index); in NterpGetShortyFromInvokeCustom()
/aosp12/art/libdexfile/dex/
H A Ddex_file.cc594 dex::ProtoIndex DexFile::GetProtoIndexForCallSite(uint32_t call_site_idx) const { in GetProtoIndexForCallSite() function in art::DexFile
H A Ddex_file.h521 dex::ProtoIndex GetProtoIndexForCallSite(uint32_t call_site_idx) const;
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2550 const dex::ProtoIndex proto_idx(dex_file->GetProtoIndexForCallSite(call_site_idx)); in artInvokeCustom()
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc1227 dex::ProtoIndex proto_idx = dex_file_->GetProtoIndexForCallSite(call_site_idx); in BuildInvokeCustom()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3175 const dex::ProtoIndex proto_idx = dex_file_->GetProtoIndexForCallSite(call_site_idx); in CodeFlowVerifyInstruction()