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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp321 _fmt_has_i = 1<<5, // local index, such as iload enumerator in enum:Bytecodes::Flags
333 _fmt_bi = _fmt_b | _fmt_has_i,
H A Dbytecode.cpp91 & ~Bytecodes::_fmt_has_i);
H A Dbytecodes.cpp240 case 'i': this_flag = _fmt_has_i; has_jbo = 1; break;
248 case 'I': this_flag = _fmt_has_i; has_nbo = 1; break;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java288 static final int _fmt_has_i = 1<<5; // local index, such as iload field in class:Bytecodes
300 static final int _fmt_bi = _fmt_b | _fmt_has_i;
438 case 'i': this_flag = _fmt_has_i; has_jbo = true; break;
446 case 'I': this_flag = _fmt_has_i; has_nbo = true; break;

Completed in 45 milliseconds