Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dlocals_helper.cc117 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalLong(t, depth, slot, &ret)); in Java_art_Locals_GetLocalVariableLong()
/art/openjdkjvmti/include/
Djvmti.h1121 jvmtiError (JNICALL *GetLocalLong) (jvmtiEnv* env,
2054 jvmtiError GetLocalLong(jthread thread, in GetLocalLong() function
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr); in GetLocalLong()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc559 static jvmtiError GetLocalLong(jvmtiEnv* env, in GetLocalLong() function in openjdkjvmti::JvmtiFunctions
1602 JvmtiFunctions::GetLocalLong,