Home | History | Annotate | Download | only in ia32

Lines Matching refs:EmitJump

64     EmitJump(not_carry, target, distance);  // Always taken before patched.
71 EmitJump(carry, target, distance); // Never taken before patched.
89 void EmitJump(Condition cc, Label* target, Label::Distance distance) {