Home
last modified time | relevance | path

Searched refs:GetLocalLong (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/
H A Dgetlocal004.cpp174 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
193 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
212 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/
H A Dgetlocal004.cpp174 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
193 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
212 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/
H A Dgetlocal004.cpp174 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
193 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
212 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/
H A Dgetlocal004.cpp174 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
193 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
212 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/
H A Dgetlocal004.cpp174 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
193 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
212 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/
H A Dgetlocal004.cpp174 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
193 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
212 err = jvmti->GetLocalLong(thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/
H A Dgetlocal004.c191 err = (*jvmti)->GetLocalLong(jvmti, thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
210 err = (*jvmti)->GetLocalLong(jvmti, thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
229 err = (*jvmti)->GetLocalLong(jvmti, thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal004/
H A Dgetlocal004.c191 err = (*jvmti)->GetLocalLong(jvmti, thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
210 err = (*jvmti)->GetLocalLong(jvmti, thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
229 err = (*jvmti)->GetLocalLong(jvmti, thr, 1, slot, &locLong); in Java_nsk_jvmti_unit_GetLocalVariable_getlocal004_checkLoc()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/
H A Dgetlocal001.cpp60 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check1()
246 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check4()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/
H A Dgetlocal001.cpp60 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check1()
246 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check4()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/
H A Dgetlocal001.cpp60 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check1()
246 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check4()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/
H A Dgetlocal001.cpp60 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check1()
246 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check4()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/
H A Dgetlocal001.cpp60 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check1()
246 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check4()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/
H A Dgetlocal001.cpp60 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check1()
246 err = jvmti_env->GetLocalLong(thr, depth, table[i].slot, &l); in check4()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/
H A Dgetlocal001.c80 err = (*jvmti_env)->GetLocalLong(jvmti_env, thr, depth, table[i].slot, &l); in check1()
268 err = (*jvmti_env)->GetLocalLong(jvmti_env, thr, depth, table[i].slot, &l); in check4()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetLocalVariable/getlocal001/
H A Dgetlocal001.c80 err = (*jvmti_env)->GetLocalLong(jvmti_env, thr, depth, table[i].slot, &l); in check1()
268 err = (*jvmti_env)->GetLocalLong(jvmti_env, thr, depth, table[i].slot, &l); in check4()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/
H A Dgetlocal003.cpp85 err = jvmti->GetLocalLong(thr, 0, slot, &longVal); in test_locals()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/
H A Dgetlocal003.cpp84 err = jvmti->GetLocalLong(thr, 0, table[i].slot, &longVal); in test_locals()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/classpath/jdwp/
H A DnatVMFrame.cc119 jvmtiError jerr = env->GetLocalLong (thread, depth, slot, &value); in getLongJVMTI()
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/classpath/jdwp/
H A DnatVMFrame.cc119 jvmtiError jerr = env->GetLocalLong (thread, depth, slot, &value); in getLongJVMTI()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/classpath/jdwp/
H A DnatVMFrame.cc119 jvmtiError jerr = env->GetLocalLong (thread, depth, slot, &value); in getLongJVMTI()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/
H A Dgetlocal003.cpp85 err = jvmti->GetLocalLong(thr, 0, slot, &longVal); in test_locals()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/
H A Dgetlocal003.cpp85 err = jvmti->GetLocalLong(thr, 0, slot, &longVal); in test_locals()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/
H A Dgetlocal003.cpp85 err = jvmti->GetLocalLong(thr, 0, slot, &longVal); in test_locals()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/
H A Dgetlocal003.cpp85 err = jvmti->GetLocalLong(thr, 0, slot, &longVal); in test_locals()

12345678910