Searched refs:pMethods (Results 1 – 2 of 2) sorted by relevance
/dalvik/tools/dmtracedump/ |
D | TraceDump.c | 1508 void printExclusiveProfile(MethodEntry **pMethods, int numMethods, in printExclusiveProfile() argument 1533 qsort(pMethods, numMethods, sizeof(MethodEntry*), compareElapsedInclusive); in printExclusiveProfile() 1536 pMethods[ii]->index = ii; in printExclusiveProfile() 1540 qsort(pMethods, numMethods, sizeof(MethodEntry*), in printExclusiveProfile() 1559 method = pMethods[ii]; in printExclusiveProfile() 1669 void printInclusiveProfile(MethodEntry **pMethods, int numMethods, in printInclusiveProfile() argument 1692 qsort(pMethods, numMethods, sizeof(MethodEntry*), in printInclusiveProfile() 1710 method = pMethods[ii]; in printInclusiveProfile() 1768 void createClassList(TraceData* traceData, MethodEntry **pMethods, int numMethods) in createClassList() argument 1775 qsort(pMethods, numMethods, sizeof(MethodEntry*), compareClassNames); in createClassList() [all …]
|
/dalvik/vm/reflect/ |
D | Proxy.c | 32 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods,\ 292 static bool gatherMethods(ArrayObject* interfaces, Method*** pMethods, in gatherMethods() argument 389 *pMethods = methods; in gatherMethods()
|