Searched refs:GetLocalInt (Results 1 – 6 of 6) sorted by relevance
/art/test/1915-get-set-local-current-thread/ |
D | expected.txt | 1 GetLocalInt on current thread! 2 From GetLocalInt(), value is 42
|
/art/test/1916-get-set-current-frame/ |
D | expected.txt | 1 From GetLocalInt(), value is 42
|
/art/test/1935-get-set-current-frame-jit/ |
D | expected.txt | 2 From GetLocalInt(), value is 42
|
/art/test/ti-agent/ |
D | locals_helper.cc | 127 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalInt(t, depth, slot, &ret)); in Java_art_Locals_GetLocalVariableInt()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1114 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/ |
D | OpenjdkJvmTi.cc | 549 static jvmtiError GetLocalInt(jvmtiEnv* env, in GetLocalInt() function in openjdkjvmti::JvmtiFunctions 1601 JvmtiFunctions::GetLocalInt,
|