Home | History | Annotate | Download | only in dexdump

Lines Matching defs:tidx

756       const dex::TypeIndex tidx = it.GetHandlerTypeIndex();
757 const char* descriptor = (!tidx.IsValid()) ? "<any>" : pDexFile->StringByTypeIdx(tidx);