Home
last modified time | relevance | path

Searched refs:SetLocalInt (Results 1 – 4 of 4) sorted by relevance

/art/test/1915-get-set-local-current-thread/
Dexpected.txt4 SetLocalInt on current thread!
/art/test/ti-agent/
Dlocals_helper.cc88 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetLocalInt(t, depth, slot, val)); in Java_art_Locals_SetLocalVariableInt()
/art/openjdkjvmti/include/
Djvmti.h1149 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/
DOpenjdkJvmTi.cc599 static jvmtiError SetLocalInt(jvmtiEnv* env, in SetLocalInt() function in openjdkjvmti::JvmtiFunctions
1606 JvmtiFunctions::SetLocalInt,