Searched refs:maybe_short (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.hpp1198 void jcc(Condition cc, Label& L, bool maybe_short = true);
1209 void jmp(Label& L, bool maybe_short = true); // unconditional jump to L
H A Dassembler_x86.cpp1436 void Assembler::jcc(Condition cc, Label& L, bool maybe_short) { argument
1446 if (maybe_short && is8bit(offs - short_size)) {
1501 void Assembler::jmp(Label& L, bool maybe_short) { argument
1509 if (maybe_short && is8bit(offs - short_size)) {

Completed in 84 milliseconds