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

/openjdk7/hotspot/src/cpu/x86/vm/
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 87 milliseconds