Home
last modified time | relevance | path

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

/art/test/1915-get-set-local-current-thread/
Dexpected.txt1 GetLocalInt on current thread!
2 From GetLocalInt(), value is 42
/art/test/1916-get-set-current-frame/
Dexpected.txt1 From GetLocalInt(), value is 42
/art/test/1935-get-set-current-frame-jit/
Dexpected.txt2 From GetLocalInt(), value is 42
/art/test/ti-agent/
Dlocals_helper.cc127 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalInt(t, depth, slot, &ret)); in Java_art_Locals_GetLocalVariableInt()
/art/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/openjdkjvmti/
DOpenjdkJvmTi.cc541 static jvmtiError GetLocalInt(jvmtiEnv* env, in GetLocalInt() function in openjdkjvmti::JvmtiFunctions
1526 JvmtiFunctions::GetLocalInt,