Home | History | Annotate | Download | only in dexdump

Lines Matching refs:superclass_idx_

600   fprintf(gOutFile, "superclass_idx      : %d\n", pClassDef.superclass_idx_.index_);
1466 if (!pClassDef.superclass_idx_.IsValid()) {
1469 superclassDescriptor = pDexFile->StringByTypeIdx(pClassDef.superclass_idx_);