Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_stack.h58 jmethodID* method_ptr,
Dti_stack.cc791 jmethodID* method_ptr, in GetFrameLocation() argument
816 if (method_ptr == nullptr || location_ptr == nullptr) { in GetFrameLocation()
831 *method_ptr = art::jni::EncodeArtMethod(closure.method); in GetFrameLocation()
DOpenjdkJvmTi.cc337 jmethodID* method_ptr, in GetFrameLocation() argument
340 return StackUtil::GetFrameLocation(env, thread, depth, method_ptr, location_ptr); in GetFrameLocation()
/art/openjdkjvmti/include/
Djvmti.h1098 jmethodID* method_ptr,
1932 jmethodID* method_ptr, in GetFrameLocation()
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr); in GetFrameLocation()