Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/include/
Djvmti.h1135 jvmtiError (JNICALL *GetLocalDouble) (jvmtiEnv* env,
2068 jvmtiError GetLocalDouble(jthread thread, in GetLocalDouble() function
2072 return functions->GetLocalDouble(this, thread, depth, slot, value_ptr); in GetLocalDouble()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc562 static jvmtiError GetLocalDouble(jvmtiEnv* env, in GetLocalDouble() function in openjdkjvmti::JvmtiFunctions
1771 JvmtiFunctions::GetLocalDouble,