Searched defs:skip (Results 101 - 106 of 106) sorted by relevance

12345

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp792 // skip past the header
2241 Label skip; local
2255 br_notnull( O0, false, pt, skip );
2262 bind(skip);
H A DsharedRuntime_sparc.cpp1373 Label skip; local
2589 // skip the transition logic below.
3225 Label skip; local
3227 __ br_null(O0, false, Assembler::pn, skip);
3242 __ bind(skip);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp546 __ decrement(rax); // we already tested index: skip one
2030 Label skip; local
2031 __ jcc (acond, skip);
2041 __ bind(skip);
H A DsharedRuntime_x86_32.cpp1086 Label skip; local
1091 __ jcc(Assembler::equal, skip);
1093 __ bind(skip);
2164 // skip the transition logic below.
3051 __ subptr(rsp, 2*wordSize); // skip the "static long no_param"
3271 __ subptr(rsp, 2*wordSize); // skip the "static long no_param"
H A DsharedRuntime_x86_64.cpp2227 SkipIfEqual skip(masm, &DTraceMethodProbes, false);
2418 // skip the transition logic below.
2484 SkipIfEqual skip(masm, &DTraceMethodProbes, false);
2966 ++c_arg; // skip over T_VOID to keep the loop indices in sync
3065 ++c_arg; // skip over T_VOID to keep the loop indices in sync
3133 ++c_arg; // skip over T_VOID to keep the loop indices in sync
3221 Label skip; local
3223 __ jcc(Assembler::equal, skip);
3232 __ bind(skip);
3245 ++c_arg; // skip ove
[all...]
H A Dassembler_x86.cpp560 ip++; // skip opcode
701 ip++; // skip opcode
793 ip += 4; // skip the disp32
801 ip += 1; // skip the disp8
810 ip += 4; // skip the disp32
5239 // skip rsp
5285 // skip rsp
7925 Label skip; local
7926 jccb(reverse[cc], skip);
7929 bind(skip);
[all...]

Completed in 115 milliseconds

12345