Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc372 uint32_t secondary_index = dex::kDexNoIndex; in IndexString() local
399 secondary_index = dec_insn->VRegH(); in IndexString()
476 if (secondary_index < header->GetCollections().ProtoIdsSize()) { in IndexString()
477 dex_ir::ProtoId* proto_id = header->GetCollections().GetProtoId(secondary_index); in IndexString()
481 method.c_str(), proto.c_str(), width, index, width, secondary_index); in IndexString()