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

/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,
H A Dbytecodes.cpp216 flags |= _fmt_not_variable; // but simple
220 flags |= _fmt_not_variable | _fmt_not_simple;
/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;

Completed in 140 milliseconds