Lines Matching defs:methodKey
45 bool operator < (const MethodKey &methodKey) const
47 return state < methodKey.state ||
48 (state == methodKey.state && methodIdentifier < methodKey.methodIdentifier) ||
49 (state == methodKey.state && methodIdentifier == methodKey.methodIdentifier &&
50 deoptType < methodKey.deoptType) ||
51 (state == methodKey.state && methodIdentifier == methodKey.methodIdentifier &&
52 deoptType == methodKey.deoptType && lineNumber < methodKey.lineNumber);
57 struct MethodKey methodKey = {0};
62 (parentId == nodeKey.parentId && methodKey < nodeKey.methodKey);
74 struct MethodKey methodKey = {0};
80 static bool ParseMethodInfo(struct MethodKey &methodKey,