Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:methodId

162     int64_t methodId;
300 void initMethodEntry(MethodEntry *method, int64_t methodId,
305 method->methodId = methodId;
348 int64_t idA = methodA->methodId;
349 int64_t idB = methodB->methodId;
387 int64_t idA = methodA->methodId;
388 int64_t idB = methodB->methodId;
428 int64_t idA = methodA->methodId;
429 int64_t idB = methodB->methodId;
454 int64_t idA = methodA->methodId;
455 int64_t idB = methodB->methodId;
490 int64_t idA = classA->methods[0]->methodId;
491 int64_t idB = classB->methods[0]->methodId;
518 int64_t idA = methodA->methodId;
519 int64_t idB = methodB->methodId;
553 int64_t idA = uniqueA->methods[0]->methodId;
554 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, int64_t methodId)
1113 id = pKeys->methods[mid].methodId;
1114 if (id == methodId) /* match */
1116 else if (id < methodId) /* too low */
1207 int64_t 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: %#" PRIx64 "", methodId);
2321 int64_t methodId;
2330 methodId = METHOD_ID(methodVal);
2345 method = lookupMethod(dataKeys, methodId);