Searched refs:do_null (Results 1 - 9 of 9) sorted by relevance

/openjdk10/hotspot/src/cpu/s390/vm/
H A DinterpreterRT_s390.cpp118 Label do_null; local
122 __ z_bre(do_null);
125 __ bind(do_null);
H A Dc1_LIRAssembler_s390.cpp2912 bool do_null = !not_null; local
2916 assert(do_null || do_update, "why are we here?");
2921 if (do_null || tmp1 != obj DEBUG_ONLY(|| true)) {
2924 if (do_null) {
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DinterpreterRT_ppc.cpp98 Label do_null; local
103 __ beq(CCR0, do_null);
106 __ bind(do_null);
H A DtemplateInterpreterGenerator_ppc.cpp251 Label do_null; local
256 __ beq(CCR0, do_null);
258 __ bind(do_null);
H A Dc1_LIRAssembler_ppc.cpp3067 bool do_null = !not_null; local
3071 assert(do_null || do_update, "why are we here?");
3076 if (do_null) {
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2675 bool do_null = !not_null && !TypeEntries::was_null_seen(profiled_k); local
2679 if (!do_null && !do_update) {
2699 if (!do_null && !do_update) {
2736 if (!do_null && !do_update) {
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2852 bool do_null = !not_null; local
2856 assert(do_null || do_update, "why are we here?");
2864 if (do_null) {
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp2681 bool do_null = !not_null; local
2685 assert(do_null || do_update, "why are we here?");
2694 if (do_null) {
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3562 bool do_null = !not_null; local
3566 assert(do_null || do_update, "why are we here?");
3574 if (do_null) {

Completed in 237 milliseconds