Searched refs:GetLocalInt (Results 1 - 3 of 3) sorted by relevance

/art/test/ti-agent/
H A Dlocals_helper.cc127 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetLocalInt(t, depth, slot, &ret));
/art/openjdkjvmti/include/
H A Djvmti.h1114 jvmtiError (JNICALL *GetLocalInt) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2047 jvmtiError GetLocalInt(jthread thread, function in struct:_jvmtiEnv
2051 return functions->GetLocalInt(this, thread, depth, slot, value_ptr);
/art/openjdkjvmti/
H A DOpenjdkJvmTi.cc537 static jvmtiError GetLocalInt(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
1601 JvmtiFunctions::GetLocalInt,

Completed in 316 milliseconds