Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dlocals_helper.cc61 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalDouble(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableDouble()
/art/openjdkjvmti/include/
Djvmti.h1170 jvmtiError (JNICALL *SetLocalDouble) (jvmtiEnv* env,
2103 jvmtiError SetLocalDouble(jthread thread, in SetLocalDouble() function
2107 return functions->SetLocalDouble(this, thread, depth, slot, value); in SetLocalDouble()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc621 static jvmtiError SetLocalDouble(jvmtiEnv* env, in SetLocalDouble() function in openjdkjvmti::JvmtiFunctions
1541 JvmtiFunctions::SetLocalDouble, // 30