Home | History | Annotate | Download | only in x64

Lines Matching defs:EmitJump

42     EmitJump(not_carry, target, near_jump);   // Always taken before patched.
49 EmitJump(carry, target, near_jump); // Never taken before patched.
67 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) {