Searched refs:_fmt_not_simple (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp58 Bytecodes::_fmt_not_simple |
67 if (is_wide) need_fmt |= Bytecodes::_fmt_not_simple;
81 if (is_wide) need_fmt |= Bytecodes::_fmt_not_simple;
97 if (is_wide) need_fmt |= Bytecodes::_fmt_not_simple;
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),
H A Dbytecodes.cpp213 flags |= _fmt_not_simple; // but variable
220 flags |= _fmt_not_variable | _fmt_not_simple;
/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;

Completed in 59 milliseconds