Searched defs:SetLocalLong (Results 1 - 2 of 2) sorted by relevance

/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc597 static jvmtiError SetLocalLong(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
1607 JvmtiFunctions::SetLocalLong,
/art/openjdkjvmti/include/
H A Djvmti.h1156 jvmtiError (JNICALL *SetLocalLong) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2089 jvmtiError SetLocalLong(jthread thread, function in struct:_jvmtiEnv
2093 return functions->SetLocalLong(this, thread, depth, slot, value);

Completed in 58 milliseconds