Lines Matching full:jump
253 __ RecordComment("-- Jump to deferred code");
273 __ RecordComment("-- Jump to eager deopt");
893 void Jump::AllocateVreg(MaglevVregAllocationState* vreg_state,
895 void Jump::GenerateCode(MaglevCodeGenState* code_gen_state,
897 // Avoid emitting a jump to the next block.
920 // We don't have any branch probability information, so try to jump
923 // Jump over the false block if true, otherwise fall through into it.
926 // Jump to the false block if true.
928 // Jump to the true block if it's not the next block.
961 // We don't have any branch probability information, so try to jump
964 // Jump over the false block if non zero, otherwise fall through into it.
967 // Jump to the false block if zero.
969 // Fall through or jump to the true block.