Home | History | Annotate | Download | only in x64

Lines Matching refs:distance

1221 void Assembler::j(Condition cc, Label* L, Label::Distance distance) {
1245 } else if (distance == Label::kNear) {
1285 void Assembler::jmp(Label* L, Label::Distance distance) {
1301 } else if (distance == Label::kNear) {