Searched defs:L_slow_path (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp3090 Label* L_slow_path,
3111 if (L_slow_path == NULL) { L_slow_path = &L_fallthrough; label_nulls++; }
3113 (L_slow_path == &L_fallthrough && label_nulls <= 2 && !need_slow_path),
3160 brx(Assembler::equal, false, Assembler::pt, *L_slow_path);
3165 FINAL_JUMP(*L_slow_path);
3169 if (L_slow_path == &L_fallthrough) {
3173 brx(Assembler::notEqual, false, Assembler::pn, *L_slow_path);
3084 check_klass_subtype_fast_path(Register sub_klass, Register super_klass, Register temp_reg, Register temp2_reg, Label* L_success, Label* L_failure, Label* L_slow_path, RegisterOrConstant super_check_offset) argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp9423 Label* L_slow_path,
9438 if (L_slow_path == NULL) { L_slow_path = &L_fallthrough; label_nulls++; }
9491 local_jcc(Assembler::equal, *L_slow_path);
9494 final_jmp(*L_slow_path);
9498 if (L_slow_path == &L_fallthrough) {
9501 local_jcc(Assembler::notEqual, *L_slow_path);
9418 check_klass_subtype_fast_path(Register sub_klass, Register super_klass, Register temp_reg, Label* L_success, Label* L_failure, Label* L_slow_path, RegisterOrConstant super_check_offset) argument

Completed in 78 milliseconds