Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:methodId

164   int64_t methodId;
296 void initMethodEntry(MethodEntry* method, int64_t methodId, const char* className,
299 method->methodId = methodId;
337 int64_t idA = methodA->methodId;
338 int64_t idB = methodB->methodId;
367 int64_t idA = methodA->methodId;
368 int64_t idB = methodB->methodId;
399 int64_t idA = methodA->methodId;
400 int64_t idB = methodB->methodId;
420 int64_t idA = methodA->methodId;
421 int64_t idB = methodB->methodId;
449 int64_t idA = classA->methods[0]->methodId;
450 int64_t idB = classB->methods[0]->methodId;
473 int64_t idA = methodA->methodId;
474 int64_t idB = methodB->methodId;
500 int64_t idA = uniqueA->methods[0]->methodId;
501 int64_t idB = uniqueB->methods[0]->methodId;
808 int64_t id1 = ((const MethodEntry*) meth1)->methodId;
809 int64_t id2 = ((const MethodEntry*) meth2)->methodId;
895 pKeys->methods[i].methodId, pKeys->methods[i].className,
970 MethodEntry* lookupMethod(DataKeys* pKeys, int64_t methodId) {
977 int64_t id = pKeys->methods[mid].methodId;
978 if (id == methodId) /* match */
980 else if (id < methodId) /* too low */
1074 int64_t methodId = METHOD_ID(methodVal);
1083 lastEnter = methodId;
1086 if (lastEnter != 0 && lastEnter != methodId) mismatch = 1;
1099 MethodEntry* method = lookupMethod(pKeys, methodId);
1102 sprintf(bogusBuf, "methodId: %#" PRIx64 "", methodId);
2063 int64_t methodId
2078 MethodEntry* method = lookupMethod(dataKeys, methodId);