Searched refs:meth1 (Results 1 – 2 of 2) sorted by relevance
83 …ad, jmethodID meth1, jlocation loc1, jobject obj, jmethodID meth2, jlocation loc2), (jvmti, jni, j…
807 static int32_t compareMethods(const void* meth1, const void* meth2) { in compareMethods() argument808 int64_t id1 = ((const MethodEntry*) meth1)->methodId; in compareMethods()