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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java292 static final int _fmt_has_u4 = 1<<9; // contains quad-byte field field in class:Bytecodes
304 static final int _fmt_bo4 = _fmt_b | _fmt_has_o | _fmt_has_u4;
465 case 4: flags |= _fmt_has_u4; break;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp325 _fmt_has_u4 = 1<<9, // contains quad-byte field enumerator in enum:Bytecodes::Flags
337 _fmt_bo4 = _fmt_b | _fmt_has_o | _fmt_has_u4

Completed in 37 milliseconds