Searched refs:formatMethod (Results 1 – 1 of 1) sorted by relevance
295 static std::string formatMethod(jvmtiEnv* jvmti, JNIEnv* jni, jmethodID method_id) { in formatMethod() function345 record += ";" + formatMethod(jvmti, jni, stack_frames[i].method); in logVMObjectAlloc()