Searched refs:pRefType (Results 1 – 1 of 1) sorted by relevance
568 RefTypeId** pRefType = (RefTypeId**)varg; in copyRefType() local569 **pRefType = classObjectToRefTypeId((ClassObject*) vclazz); in copyRefType()570 (*pRefType)++; in copyRefType()582 RefTypeId* pRefType; in dvmDbgGetClassList() local586 pRefType = *pClassRefBuf = in dvmDbgGetClassList()589 if (dvmHashForeach(gDvm.loadedClasses, copyRefType, &pRefType) != 0) { in dvmDbgGetClassList()593 assert(pRefType - *pClassRefBuf == (int) *pNumClasses); in dvmDbgGetClassList()