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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java291 static final int _fmt_has_u2 = 1<<8; // contains double-byte field(s) field in class:Bytecodes
301 static final int _fmt_bkk = _fmt_b | _fmt_has_k | _fmt_has_u2;
302 static final int _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo;
303 static final int _fmt_bo2 = _fmt_b | _fmt_has_o | _fmt_has_u2;
464 case 2: flags |= _fmt_has_u2; break;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp324 _fmt_has_u2 = 1<<8, // contains double-byte field(s) enumerator in enum:Bytecodes::Flags
334 _fmt_bkk = _fmt_b | _fmt_has_k | _fmt_has_u2,
335 _fmt_bJJ = _fmt_b | _fmt_has_j | _fmt_has_u2 | _fmt_has_nbo,
336 _fmt_bo2 = _fmt_b | _fmt_has_o | _fmt_has_u2,

Completed in 38 milliseconds