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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp331 _fmt_b = _fmt_not_variable, enumerator in enum:Bytecodes::Flags
332 _fmt_bc = _fmt_b | _fmt_has_c,
333 _fmt_bi = _fmt_b | _fmt_has_i,
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,
337 _fmt_bo4 = _fmt_b | _fmt_has_o | _fmt_has_u4
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java298 static final int _fmt_b = _fmt_not_variable; field in class:Bytecodes
299 static final int _fmt_bc = _fmt_b | _fmt_has_c;
300 static final int _fmt_bi = _fmt_b | _fmt_has_i;
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;
304 static final int _fmt_bo4 = _fmt_b | _fmt_has_o | _fmt_has_u4;

Completed in 296 milliseconds