Searched refs:method_ptr (Results 1 – 4 of 4) sorted by relevance
/art/openjdkjvmti/ |
D | ti_stack.h | 57 jmethodID* method_ptr,
|
D | ti_stack.cc | 774 jmethodID* method_ptr, in GetFrameLocation() argument 799 if (method_ptr == nullptr || location_ptr == nullptr) { in GetFrameLocation() 814 *method_ptr = art::jni::EncodeArtMethod(closure.method); in GetFrameLocation()
|
D | OpenjdkJvmTi.cc | 335 jmethodID* method_ptr, in GetFrameLocation() argument 338 return StackUtil::GetFrameLocation(env, thread, depth, method_ptr, location_ptr); in GetFrameLocation()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1098 jmethodID* method_ptr, 1932 jmethodID* method_ptr, in GetFrameLocation() 1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr); in GetFrameLocation()
|