Home
last modified time | relevance | path

Searched refs:proto_index (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.h238 void BuildLoadMethodType(dex::ProtoIndex proto_index, uint32_t dex_pc);
Dinstruction_builder.cc2322 void HInstructionBuilder::BuildLoadMethodType(dex::ProtoIndex proto_index, uint32_t dex_pc) { in BuildLoadMethodType() argument
2325 new (allocator_) HLoadMethodType(graph_->GetCurrentMethod(), proto_index, dex_file, dex_pc); in BuildLoadMethodType()
Dnodes.h6803 dex::ProtoIndex proto_index, in HLoadMethodType() argument
6811 proto_index_(proto_index), in HLoadMethodType()
/art/dexlayout/
Ddex_ir_builder.cc1156 const uint32_t proto_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
1157 item->SetProtoId(header_->ProtoIds()[proto_index]); in ReadEncodedValue()
/art/libdexfile/dex/
Ddex_file_verifier.cc2915 uint32_t proto_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local
2916 if (proto_index >= dex_file_->NumProtoIds()) { in CheckInterCallSiteIdItem()
2917 ErrorStringPrintf("CallSite has bad method type: %x", proto_index); in CheckInterCallSiteIdItem()