Searched refs:pClass (Results 1 – 4 of 4) sorted by relevance
101 const DalvikNativeClass* pClass; in dvmLookupInternalNativeMethod() local105 pClass = gDvmNativeMethodSet; in dvmLookupInternalNativeMethod()107 if (pClass->classDescriptor == NULL) in dvmLookupInternalNativeMethod()109 if (pClass->classDescriptorHash == hash && in dvmLookupInternalNativeMethod()110 strcmp(pClass->classDescriptor, classDescriptor) == 0) in dvmLookupInternalNativeMethod()112 const DalvikNativeMethod* pMeth = pClass->methodInfo; in dvmLookupInternalNativeMethod()130 pClass++; in dvmLookupInternalNativeMethod()
1827 ClassEntry *pClass = traceData->classes; in createClassList() local1828 pClass->className = currentClassName = firstClassName; in createClassList()1835 pClass->numMethods = prevNumMethods; in createClassList()1836 (++pClass)->className = currentClassName = pMethods[ii]->className; in createClassList()1841 pClass->numMethods = prevNumMethods; in createClassList()1844 pClass = NULL; in createClassList()1853 if (pClass == NULL) in createClassList()1854 pClass = traceData->classes; in createClassList()1856 pClass++; in createClassList()1858 int nbytes = sizeof(MethodEntry*) * pClass->numMethods; in createClassList()[all …]
24 static bool initClassReference(ClassObject** pClass, const char* name) { in initClassReference() argument27 assert(*pClass == NULL); in initClassReference()40 *pClass = result; in initClassReference()
328 static bool createPrimitiveType(PrimitiveType primitiveType, ClassObject** pClass) in createPrimitiveType() argument359 *pClass = newClass; in createPrimitiveType()