Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/include/
Djvmti.h1121 jvmtiError (JNICALL *GetLocalLong) (jvmtiEnv* env,
2054 jvmtiError GetLocalLong(jthread thread, in GetLocalLong() function
2058 return functions->GetLocalLong(this, thread, depth, slot, value_ptr); in GetLocalLong()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc542 static jvmtiError GetLocalLong(jvmtiEnv* env, in GetLocalLong() function in openjdkjvmti::JvmtiFunctions
1769 JvmtiFunctions::GetLocalLong,