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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1820 Label L_fill_32_bytes_loop, L_fill_4_bytes; local
1837 __ brx(Assembler::less, false, Assembler::pn, L_fill_4_bytes);
1855 __ BIND(L_fill_4_bytes);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp11365 Label L_fill_2_bytes, L_fill_4_bytes; local
11397 jcc(Assembler::below, L_fill_4_bytes); // use unsigned cmp
11532 BIND(L_fill_4_bytes);

Completed in 75 milliseconds