Home | History | Annotate | Download | only in ia32

Lines Matching refs:Hint

1672 void Assembler::j(Condition cc, Label* L, Hint hint) {
1676 if (FLAG_emit_branch_hints && hint != no_hint) EMIT(hint);
1703 void Assembler::j(Condition cc, byte* entry, RelocInfo::Mode rmode, Hint hint) {
1707 if (FLAG_emit_branch_hints && hint != no_hint) EMIT(hint);
1715 void Assembler::j(Condition cc, Handle<Code> code, Hint hint) {
1718 if (FLAG_emit_branch_hints && hint != no_hint) EMIT(hint);
1726 void Assembler::j(Condition cc, NearLabel* L, Hint hint) {
1730 if (FLAG_emit_branch_hints && hint != no_hint) EMIT(hint);
2384 XMMRegister code = { level }; // Emit hint number in Reg position of RegR/M.