Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc846 const dex::TypeIndex tidx = it.GetHandlerTypeIndex(); in dumpCatches() local
847 const char* descriptor = (!tidx.IsValid()) ? "<any>" : pDexFile->GetTypeDescriptor(tidx); in dumpCatches()