Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc864 u2 secondary_index = 0; in indexString() local
891 secondary_index = pDecInsn->VRegH(); in indexString()
977 if (secondary_index < pDexFile->GetHeader().proto_ids_size_) { in indexString()
978 const dex::ProtoId& protoId = pDexFile->GetProtoId(dex::ProtoIndex(secondary_index)); in indexString()
983 method.c_str(), proto.c_str(), width, index, width, secondary_index); in indexString()