Home
last modified time | relevance | path

Searched refs:formatMethod (Results 1 – 1 of 1) sorted by relevance

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc295 static std::string formatMethod(jvmtiEnv* jvmti, JNIEnv* jni, jmethodID method_id) { in formatMethod() function
345 record += ";" + formatMethod(jvmti, jni, stack_frames[i].method); in logVMObjectAlloc()