Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/include/
Djvmti.h1114 jvmtiError (JNICALL *GetLocalInt) (jvmtiEnv* env,
2047 jvmtiError GetLocalInt(jthread thread, in GetLocalInt() function
2051 return functions->GetLocalInt(this, thread, depth, slot, value_ptr); in GetLocalInt()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc532 static jvmtiError GetLocalInt(jvmtiEnv* env, in GetLocalInt() function in openjdkjvmti::JvmtiFunctions
1768 JvmtiFunctions::GetLocalInt,