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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java294 static final int _fmt_not_simple = 1<<11; // either wide or variable length field in class:Bytecodes
295 static final int _all_fmt_bits = (_fmt_not_simple*2 - _fmt_has_c);
412 flags |= _fmt_not_simple; // but variable
420 flags |= _fmt_not_variable | _fmt_not_simple;
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp327 _fmt_not_simple = 1<<11, // either wide or variable length enumerator in enum:Bytecodes::Flags
328 _all_fmt_bits = (_fmt_not_simple*2 - _fmt_has_c),

Completed in 57 milliseconds