Searched defs:next_test (Results 1 - 5 of 5) sorted by relevance
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | interp_masm_x86_32.cpp | 1115 Label next_test; local 1122 next_test); 1129 bind(next_test); 1198 Label next_test; local 1202 noreg, next_test); 1210 bind(next_test);
|
| H A D | interp_masm_x86_64.cpp | 1149 Label next_test; local 1156 next_test); 1163 bind(next_test); 1257 Label next_test; local 1263 next_test); 1272 bind(next_test);
|
| H A D | c1_LIRAssembler_x86.cpp | 1625 Label next_test; local 1628 __ jccb(Assembler::notEqual, next_test); 1632 __ bind(next_test); 1637 Label next_test; local 1640 __ jccb(Assembler::notEqual, next_test); 1644 __ bind(next_test);
|
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | c1_LIRAssembler_sparc.cpp | 2530 Label next_test; local 2536 __ cmp_and_brx_short(recv, tmp1, Assembler::notEqual, Assembler::pt, next_test); 2544 __ bind(next_test); 2549 Label next_test; local 2553 __ br_notnull_short(tmp1, Assembler::pt, next_test); 2560 __ bind(next_test);
|
| H A D | interp_masm_sparc.cpp | 1660 Label next_test; local 1665 test_mdp_data_at(recvr_offset, receiver, next_test, scratch); 1672 bind(next_test); 1747 Label next_test; local 1751 return_bci, next_test, scratch); 1759 bind(next_test);
|
Completed in 69 milliseconds