Searched refs:L_check_fill_8_bytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1814 Label L_check_fill_8_bytes; local
1817 __ brx(Assembler::less, false, Assembler::pt, L_check_fill_8_bytes);
1833 __ BIND(L_check_fill_8_bytes);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp11418 Label L_fill_32_bytes_loop, L_check_fill_8_bytes, L_fill_8_bytes_loop, L_fill_8_bytes; local
11421 jcc(Assembler::less, L_check_fill_8_bytes);
11433 BIND(L_check_fill_8_bytes);
11462 Label L_fill_32_bytes_loop, L_check_fill_8_bytes, L_fill_8_bytes_loop, L_fill_8_bytes; local
11482 jccb(Assembler::less, L_check_fill_8_bytes);
11487 BIND(L_check_fill_8_bytes);
11495 jcc(Assembler::less, L_check_fill_8_bytes);
11514 BIND(L_check_fill_8_bytes);

Completed in 61 milliseconds