Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:methodId

71     unsigned int        methodId;
385 unsigned int methodId = 0;
387 if (pRecord->methodId)
389 unsigned int id = ++methodId << 2;
390 pRecord->methodId = id;
396 if (pNext->methodId)
399 pNext->methodId = id;
403 pRecord->methodId, pRecord->fullName);
406 pRecord->methodId, pRecord->className,
410 pRecord->methodId, pRecord->className,
429 unsigned int val = METHOD_COMBINE(pRecord->methodId, pRecord->action);