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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp1443 const int short_size = 2; local
1446 if (maybe_short && is8bit(offs - short_size)) {
1449 emit_byte((offs - short_size) & 0xFF);
1472 const int short_size = 2; local
1475 intptr_t dist = (intptr_t)entry - ((intptr_t)_code_pos + short_size);
1485 emit_byte((offs - short_size) & 0xFF);
1506 const int short_size = 2; local
1509 if (maybe_short && is8bit(offs - short_size)) {
1511 emit_byte((offs - short_size) & 0xFF);
1545 const int short_size local
7908 const int short_size = 2; local
[all...]

Completed in 53 milliseconds