Searched refs:GetLocalLong (Results 1 – 3 of 3) sorted by relevance
/art/test/ti-agent/ |
D | locals_helper.cc | 117 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalLong(t, depth, slot, &ret)); in Java_art_Locals_GetLocalVariableLong()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1121 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/ |
D | OpenjdkJvmTi.cc | 559 static jvmtiError GetLocalLong(jvmtiEnv* env, in GetLocalLong() function in openjdkjvmti::JvmtiFunctions 1602 JvmtiFunctions::GetLocalLong,
|