Home | History | Annotate | Download | only in ia32

Lines Matching full:hint

1577 void Assembler::j(Condition cc, Label* L, Hint hint) {
1581 if (FLAG_emit_branch_hints && hint != no_hint) EMIT(hint);
1608 void Assembler::j(Condition cc, byte* entry, RelocInfo::Mode rmode, Hint hint) {
1612 if (FLAG_emit_branch_hints && hint != no_hint) EMIT(hint);
1620 void Assembler::j(Condition cc, Handle<Code> code, Hint hint) {
1623 if (FLAG_emit_branch_hints && hint != no_hint) EMIT(hint);