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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java289 static final int _fmt_has_o = 1<<6; // offset, such as ifeq field in class:Bytecodes
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;
440 case 'o': this_flag = _fmt_has_o; has_jbo = true; break;
448 case 'O': this_flag = _fmt_has_o; has_nbo = true; break;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp322 _fmt_has_o = 1<<6, // offset, such as ifeq enumerator in enum:Bytecodes::Flags
336 _fmt_bo2 = _fmt_b | _fmt_has_o | _fmt_has_u2,
337 _fmt_bo4 = _fmt_b | _fmt_has_o | _fmt_has_u4

Completed in 55 milliseconds