Home
last modified time | relevance | path

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

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