Searched defs:UniqueMethodEntry (Results 1 - 1 of 1) sorted by relevance

/dalvik/tools/dmtracedump/
H A DTraceDump.c151 typedef struct UniqueMethodEntry { struct
156 } UniqueMethodEntry; typedef in typeref:struct:UniqueMethodEntry
234 UniqueMethodEntry *uniqueMethods;
538 const UniqueMethodEntry *uniqueA = *(const UniqueMethodEntry**)a;
539 const UniqueMethodEntry *uniqueB = *(const UniqueMethodEntry**)b;
2084 int nbytes = sizeof(UniqueMethodEntry) * traceData->numUniqueMethods;
2085 traceData->uniqueMethods = (UniqueMethodEntry *) malloc(nbytes);
2089 UniqueMethodEntry *pUniqu
[all...]

Completed in 39 milliseconds