Searched refs:proto_index (Results 1 – 4 of 4) sorted by relevance
240 void BuildLoadMethodType(dex::ProtoIndex proto_index, uint32_t dex_pc);
2049 void HInstructionBuilder::BuildLoadMethodType(dex::ProtoIndex proto_index, uint32_t dex_pc) { in BuildLoadMethodType() argument2052 new (allocator_) HLoadMethodType(graph_->GetCurrentMethod(), proto_index, dex_file, dex_pc); in BuildLoadMethodType()
1156 const uint32_t proto_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local1157 item->SetProtoId(header_->ProtoIds()[proto_index]); in ReadEncodedValue()
2919 uint32_t proto_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local2920 if (proto_index >= dex_file_->NumProtoIds()) { in CheckInterCallSiteIdItem()2921 ErrorStringPrintf("CallSite has bad method type: %x", proto_index); in CheckInterCallSiteIdItem()