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