Searched defs:GetLocalInt (Results 1 - 4 of 4) sorted by relevance

/prebuilts/jdk/jdk8/darwin-x86/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);
/prebuilts/jdk/jdk8/linux-x86/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);
/prebuilts/jdk/jdk9/darwin-x86/include/
H A Djvmti.h1120 jvmtiError (JNICALL *GetLocalInt) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2071 jvmtiError GetLocalInt(jthread thread, function in struct:_jvmtiEnv
2075 return functions->GetLocalInt(this, thread, depth, slot, value_ptr);
/prebuilts/jdk/jdk9/linux-x86/include/
H A Djvmti.h1120 jvmtiError (JNICALL *GetLocalInt) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2071 jvmtiError GetLocalInt(jthread thread, function in struct:_jvmtiEnv
2075 return functions->GetLocalInt(this, thread, depth, slot, value_ptr);

Completed in 67 milliseconds