Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dlocals_helper.cc97 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalDouble(t, depth, slot, &ret)); in Java_art_Locals_GetLocalVariableDouble()
/art/openjdkjvmti/include/
Djvmti.h1135 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/
DOpenjdkJvmTi.cc571 static jvmtiError GetLocalDouble(jvmtiEnv* env, in GetLocalDouble() function in openjdkjvmti::JvmtiFunctions
1536 JvmtiFunctions::GetLocalDouble,