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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp1589 Label L_long_aligned, L_int_aligned, L_short_aligned; local
1623 __ jccb(Assembler::zero, L_int_aligned);
1633 __ BIND(L_int_aligned);
H A DstubGenerator_x86_64.cpp2444 Label L_long_aligned, L_int_aligned, L_short_aligned; local
2471 __ jccb(Assembler::zero, L_int_aligned);
2480 __ BIND(L_int_aligned);

Completed in 50 milliseconds