Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc285 const uint32_t proto_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
286 item->SetProtoId(GetProtoId(proto_index)); in ReadEncodedValue()
/art/runtime/
Ddex_file_verifier.cc2455 uint32_t proto_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local
2456 if (proto_index >= dex_file_->NumProtoIds()) { in CheckInterCallSiteIdItem()
2457 ErrorStringPrintf("CallSite has bad method type: %x", proto_index); in CheckInterCallSiteIdItem()