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

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp126 Bytecodes::Code cur_bc_raw() const { return check_defined(_raw_bc); } function in class:ciBytecodeStream
152 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); }
154 bool has_optional_appendix() { return Bytecodes::has_optional_appendix(cur_bc_raw()); }
157 return bytecode().get_index_u1(cur_bc_raw());
161 return bytecode().get_index_u1_cpcache(cur_bc_raw());
175 return bytecode().get_index_u2(cur_bc_raw(), is_wide);
180 return bytecode().get_index_u2_cpcache(cur_bc_raw());
185 return bytecode().get_index_u4(cur_bc_raw());
189 return bytecode().has_index_u4(cur_bc_raw());
196 int get_constant_u1() const { return bytecode().get_constant_u1(instruction_size()-1, cur_bc_raw()); }
[all...]

Completed in 30 milliseconds