Home
last modified time | relevance | path

Searched refs:ob_h (Results 1 – 21 of 21) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1359 Handle ob_h = Handle(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1360 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1361 KlassHandle ob_kh = KlassHandle(current_thread, ob_h()->klass()); in check_top_frame()
1370 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp777 Handle ob_h(JNIHandles::resolve_external_guard(_value.l)); in doit() local
778 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1359 Handle ob_h = Handle(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1360 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1361 KlassHandle ob_kh = KlassHandle(current_thread, ob_h()->klass()); in check_top_frame()
1370 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp777 Handle ob_h(JNIHandles::resolve_external_guard(_value.l)); in doit() local
778 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1362 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1363 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1364 Klass* ob_k = ob_h()->klass(); in check_top_frame()
1373 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp720 Handle ob_h(Thread::current(), JNIHandles::resolve_external_guard(_value.l)); in doit() local
721 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1356 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1357 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1358 Klass* ob_k = ob_h()->klass(); in check_top_frame()
1367 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp785 Handle ob_h(Thread::current(), JNIHandles::resolve_external_guard(_value.l)); in doit() local
786 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1359 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1360 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1361 Klass* ob_k = ob_h()->klass(); in check_top_frame()
1370 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp809 Handle ob_h(Thread::current(), JNIHandles::resolve_external_guard(_value.l)); in doit() local
810 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1357 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1358 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1359 Klass* ob_k = ob_h()->klass(); in check_top_frame()
1368 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp806 Handle ob_h(Thread::current(), JNIHandles::resolve_external_guard(_value.l)); in doit() local
807 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1345 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1346 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1347 Klass* ob_k = ob_h()->klass(); in check_top_frame()
1356 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp717 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(_value.l)); in doit() local
718 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1343 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1344 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1345 Klass* ob_k = ob_h()->klass(); in check_top_frame()
1354 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp725 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(_value.l)); in doit() local
726 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1356 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1357 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1358 Klass* ob_k = ob_h()->klass(); in check_top_frame()
1367 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp785 Handle ob_h(Thread::current(), JNIHandles::resolve_external_guard(_value.l)); in doit() local
786 locals->set_obj_at (_index, ob_h); in doit()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp1358 Handle ob_h(current_thread, JNIHandles::resolve_external_guard(jobj)); in check_top_frame() local
1359 NULL_CHECK(ob_h, JVMTI_ERROR_INVALID_OBJECT); in check_top_frame()
1360 Klass* ob_k = ob_h()->klass(); in check_top_frame()
1369 *ret_ob_h = ob_h; in check_top_frame()
H A DjvmtiImpl.cpp796 Handle ob_h(Thread::current(), JNIHandles::resolve_external_guard(_value.l)); in doit() local
797 locals->set_obj_at (_index, ob_h); in doit()
/dports/graphics/gimp-app/gimp-2.10.30/po/
H A Dgd.po2611 msgstr "Sgrìob_h thairis air %s"