Searched refs:GetLocalDouble (Results 1 – 3 of 3) sorted by relevance
/art/test/ti-agent/ |
D | locals_helper.cc | 97 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalDouble(t, depth, slot, &ret)); in Java_art_Locals_GetLocalVariableDouble()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1135 jvmtiError (JNICALL *GetLocalDouble) (jvmtiEnv* env, 2068 jvmtiError GetLocalDouble(jthread thread, in GetLocalDouble() function 2072 return functions->GetLocalDouble(this, thread, depth, slot, value_ptr); in GetLocalDouble()
|
/art/openjdkjvmti/ |
D | OpenjdkJvmTi.cc | 571 static jvmtiError GetLocalDouble(jvmtiEnv* env, in GetLocalDouble() function in openjdkjvmti::JvmtiFunctions 1536 JvmtiFunctions::GetLocalDouble,
|