Searched defs:method_ptr (Results 1 - 3 of 3) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dti_stack.cc692 jmethodID* method_ptr,
704 if (method_ptr == nullptr || location_ptr == nullptr) {
715 *method_ptr = art::jni::EncodeArtMethod(closure.method);
689 GetFrameLocation(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread java_thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument
H A DOpenjdkJvmTi.cc318 jmethodID* method_ptr,
321 return StackUtil::GetFrameLocation(env, thread, depth, method_ptr, location_ptr);
315 GetFrameLocation(jvmtiEnv* env, jthread thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument
/art/runtime/openjdkjvmti/include/
H A Djvmti.h1098 jmethodID* method_ptr,
1932 jmethodID* method_ptr,
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr);
1930 GetFrameLocation(jthread thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) argument

Completed in 78 milliseconds