Home
last modified time | relevance | path

Searched refs:pRefType (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/
DDebugger.cpp568 RefTypeId** pRefType = (RefTypeId**)varg; in copyRefType() local
569 **pRefType = classObjectToRefTypeId((ClassObject*) vclazz); in copyRefType()
570 (*pRefType)++; in copyRefType()
582 RefTypeId* pRefType; in dvmDbgGetClassList() local
586 pRefType = *pClassRefBuf = in dvmDbgGetClassList()
589 if (dvmHashForeach(gDvm.loadedClasses, copyRefType, &pRefType) != 0) { in dvmDbgGetClassList()
593 assert(pRefType - *pClassRefBuf == (int) *pNumClasses); in dvmDbgGetClassList()