Home
last modified time | relevance | path

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

/aosp12/art/test/ti-agent/
H A Dlocals_helper.cc117 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalLong(t, depth, slot, &ret)); in Java_art_Locals_GetLocalVariableLong()
/aosp12/art/openjdkjvmti/include/
H A 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()
/aosp12/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc551 static jvmtiError GetLocalLong(jvmtiEnv* env, in GetLocalLong() function in openjdkjvmti::JvmtiFunctions
1534 JvmtiFunctions::GetLocalLong,