Searched refs:need_slow_path (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2423 bool need_slow_path = true; local
2426 need_slow_path = false;
2429 (need_slow_path ? success_target : NULL),
2437 if (need_slow_path) {
H A DmacroAssembler_sparc.cpp2205 bool need_slow_path = (must_load_sco || local
2222 (L_slow_path == &L_fallthrough && label_nulls <= 2 && !need_slow_path),
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp2455 bool need_slow_path = true; local
2458 need_slow_path = false;
2461 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, R0, (need_slow_path ? success_target : NULL),
2467 if (!need_slow_path) {
H A DmacroAssembler_ppc.cpp1901 bool need_slow_path = (must_load_sco || super_check_offset.constant_or_zero() == sco_offset); local
1909 (L_slow_path == &L_fallthrough && label_nulls <= 2 && !need_slow_path),
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2471 bool need_slow_path = !k->is_loaded() || local
2477 (need_slow_path ? success_target : NULL),
2480 if (need_slow_path) {
H A DmacroAssembler_s390.cpp2957 bool need_slow_path = (must_load_sco ||
2977 (L_slow_path == &L_fallthrough && label_nulls <= 2 && !need_slow_path),

Completed in 136 milliseconds