Home
last modified time | relevance | path

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

/art/runtime/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/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc582 static jvmtiError SetLocalInt(jvmtiEnv* env, in SetLocalInt() function in openjdkjvmti::JvmtiFunctions
1773 JvmtiFunctions::SetLocalInt,