Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:methodId

162     unsigned int methodId;
300 void initMethodEntry(MethodEntry *method, unsigned int methodId,
305 method->methodId = methodId;
348 unsigned int idA = methodA->methodId;
349 unsigned int idB = methodB->methodId;
387 unsigned int idA = methodA->methodId;
388 unsigned int idB = methodB->methodId;
428 unsigned int idA = methodA->methodId;
429 unsigned int idB = methodB->methodId;
454 unsigned int idA = methodA->methodId;
455 unsigned int idB = methodB->methodId;
490 unsigned int idA = classA->methods[0]->methodId;
491 unsigned int idB = classB->methods[0]->methodId;
518 unsigned int idA = methodA->methodId;
519 unsigned int idB = methodB->methodId;
553 unsigned int idA = uniqueA->methods[0]->methodId;
554 unsigned int idB = uniqueB->methods[0]->methodId;
917 id1 = ((const MethodEntry*) meth1)->methodId;
918 id2 = ((const MethodEntry*) meth2)->methodId;
1010 pKeys->methods[i].methodId, pKeys->methods[i].className,
1102 MethodEntry* lookupMethod(DataKeys* pKeys, unsigned int methodId)
1113 id = pKeys->methods[mid].methodId;
1114 if (id == methodId) /* match */
1116 else if (id < methodId) /* too low */
1207 unsigned int methodId, lastEnter = 0;
1218 methodId = METHOD_ID(methodVal);
1225 lastEnter = methodId;
1228 if (lastEnter != 0 && lastEnter != methodId)
1242 method = lookupMethod(pKeys, methodId);
1245 sprintf(bogusBuf, "methodId: %#x", methodId);
2321 unsigned int methodId;
2330 methodId = METHOD_ID(methodVal);
2345 method = lookupMethod(dataKeys, methodId);