Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_stack.h52 static jvmtiError GetFrameLocation(jvmtiEnv* env,
DOpenjdkJvmTi.cc315 static jvmtiError GetFrameLocation(jvmtiEnv* env, in GetFrameLocation() function in openjdkjvmti::JvmtiFunctions
321 return StackUtil::GetFrameLocation(env, thread, depth, method_ptr, location_ptr); in GetFrameLocation()
1765 JvmtiFunctions::GetFrameLocation,
Dti_stack.cc689 jvmtiError StackUtil::GetFrameLocation(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetFrameLocation() function in openjdkjvmti::StackUtil
/art/test/911-get-stack-trace/
Dstack_trace.cc221 jvmtiError result = jvmti_env->GetFrameLocation(thread, depth, &method, &location); in Java_art_Frames_getFrameLocation()
/art/runtime/openjdkjvmti/include/
Djvmti.h1095 jvmtiError (JNICALL *GetFrameLocation) (jvmtiEnv* env,
1930 jvmtiError GetFrameLocation(jthread thread, in GetFrameLocation() function
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr); in GetFrameLocation()