Searched refs:SetLocalInt (Results 1 – 4 of 4) sorted by relevance
/art/test/1915-get-set-local-current-thread/ |
D | expected.txt | 4 SetLocalInt on current thread!
|
/art/test/ti-agent/ |
D | locals_helper.cc | 88 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalInt(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableInt()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1149 jvmtiError (JNICALL *SetLocalInt) (jvmtiEnv* env, 2082 jvmtiError SetLocalInt(jthread thread, in SetLocalInt() function 2086 return functions->SetLocalInt(this, thread, depth, slot, value); in SetLocalInt()
|
/art/openjdkjvmti/ |
D | OpenjdkJvmTi.cc | 599 static jvmtiError SetLocalInt(jvmtiEnv* env, in SetLocalInt() function in openjdkjvmti::JvmtiFunctions 1606 JvmtiFunctions::SetLocalInt,
|