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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java293 static final int _fmt_not_variable = 1<<10; // not of variable length (simple or wide) field in class:Bytecodes
298 static final int _fmt_b = _fmt_not_variable;
416 flags |= _fmt_not_variable; // but simple
420 flags |= _fmt_not_variable | _fmt_not_simple;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp326 _fmt_not_variable = 1<<10, // not of variable length (simple or wide) enumerator in enum:Bytecodes::Flags
331 _fmt_b = _fmt_not_variable,

Completed in 39 milliseconds