Searched refs:tidx (Results 1 – 1 of 1) sorted by relevance
746 const dex::TypeIndex tidx = it.GetHandlerTypeIndex(); in dumpCatches() local747 const char* descriptor = (!tidx.IsValid()) ? "<any>" : pDexFile->StringByTypeIdx(tidx); in dumpCatches()