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

/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;
/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,

Completed in 62 milliseconds