Searched refs:cur_bc_raw (Results 1 - 4 of 4) 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...]
H A DbcEscapeAnalyzer.cpp882 invoke(state, s.cur_bc_raw(), target, holder);
/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp391 //assert((bc_callee->is_static() || is_invokedynamic) == !has_receiver , "must match bc"); // XXX invokehandle (cur_bc_raw)
522 if (Bytecodes::has_optional_appendix(iter().cur_bc_raw()) || is_signature_polymorphic) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp1653 const Bytecodes::Code bc_raw = stream()->cur_bc_raw();

Completed in 257 milliseconds