Searched refs:SetLocalDouble (Results 1 – 3 of 3) sorted by relevance
/art/test/ti-agent/ |
D | locals_helper.cc | 61 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalDouble(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableDouble()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1170 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/ |
D | OpenjdkJvmTi.cc | 621 static jvmtiError SetLocalDouble(jvmtiEnv* env, in SetLocalDouble() function in openjdkjvmti::JvmtiFunctions 1541 JvmtiFunctions::SetLocalDouble, // 30
|