Searched refs:pClass (Results 1 – 2 of 2) sorted by relevance
100 const DalvikNativeClass* pClass; in dvmLookupInternalNativeMethod() local104 pClass = gDvmNativeMethodSet; in dvmLookupInternalNativeMethod()106 if (pClass->classDescriptor == NULL) in dvmLookupInternalNativeMethod()108 if (pClass->classDescriptorHash == hash && in dvmLookupInternalNativeMethod()109 strcmp(pClass->classDescriptor, classDescriptor) == 0) in dvmLookupInternalNativeMethod()111 const DalvikNativeMethod* pMeth = pClass->methodInfo; in dvmLookupInternalNativeMethod()129 pClass++; in dvmLookupInternalNativeMethod()
2016 ClassEntry *pClass = traceData->classes; in createClassList() local2017 pClass->className = currentClassName = firstClassName; in createClassList()2024 pClass->numMethods = prevNumMethods; in createClassList()2025 (++pClass)->className = currentClassName = pMethods[ii]->className; in createClassList()2030 pClass->numMethods = prevNumMethods; in createClassList()2033 pClass = NULL; in createClassList()2042 if (pClass == NULL) in createClassList()2043 pClass = traceData->classes; in createClassList()2045 pClass++; in createClassList()2047 int nbytes = sizeof(MethodEntry*) * pClass->numMethods; in createClassList()[all …]