Searched refs:_fmt_bc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp94 case 1: need_fmt = Bytecodes::_fmt_bc; break;
95 case 2: need_fmt = Bytecodes::_fmt_bc | Bytecodes::_fmt_has_u2; break;
H A Dbytecodes.hpp332 _fmt_bc = _fmt_b | _fmt_has_c, enumerator in enum:Bytecodes::Flags
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java299 static final int _fmt_bc = _fmt_b | _fmt_has_c; field in class:Bytecodes

Completed in 303 milliseconds