Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc150 uint16_t call_site_index = (inst->Opcode() == Instruction::INVOKE_CUSTOM in NterpGetShortyFromInvokeCustom() local
154 dex::ProtoIndex proto_idx = dex_file->GetProtoIndexForCallSite(call_site_index); in NterpGetShortyFromInvokeCustom()
/art/compiler/optimizing/
Dnodes.h4538 uint32_t call_site_index, in HInvokeCustom() argument
4550 call_site_index_(call_site_index) { in HInvokeCustom()