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

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp197 int get_constant_u2(bool is_wide = false) const { return bytecode().get_constant_u2(instruction_size()-2, cur_bc_raw(), is_wide); } function in class:ciBytecodeStream
201 int get_iinc_con() const {return (_pc==_was_wide) ? (jshort) get_constant_u2(true) : (jbyte) get_constant_u1();}
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp127 int get_constant_u2(int offset, Bytecodes::Code bc, bool is_wide = false) const { function in class:Bytecode

Completed in 32 milliseconds