Searched refs:_fmt_has_o (Results 1 - 4 of 4) sorted by relevance

/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
H A Dbytecode.cpp60 Bytecodes::_fmt_has_o));
H A Dbytecodes.cpp242 case 'o': this_flag = _fmt_has_o; has_jbo = 1; break;
250 case 'O': this_flag = _fmt_has_o; has_nbo = 1; break;
/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;

Completed in 78 milliseconds