Lines Matching refs:Bytecodes
92 Bytecodes::Code ciBytecodeStream::next_wide_or_table(Bytecodes::Code bc) {
94 case Bytecodes::_wide:
97 assert(Bytecodes::Code(_pc[0]) == Bytecodes::_wide, "");
98 bc = Bytecodes::java_code(_raw_bc = (Bytecodes::Code)_pc[1]);
99 assert(Bytecodes::wide_length_for(bc) > 2, "must make progress");
100 _pc += Bytecodes::wide_length_for(bc);
105 case Bytecodes::_lookupswitch:
115 case Bytecodes::_tableswitch: {
165 case Bytecodes::_ldc:
167 case Bytecodes::_ldc_w:
168 case Bytecodes::_ldc2_w:
169 case Bytecodes::_checkcast:
170 case Bytecodes::_instanceof:
171 case Bytecodes::_anewarray:
172 case Bytecodes::_multianewarray:
173 case Bytecodes::_new:
174 case Bytecodes::_newarray:
201 case Bytecodes::_ldc:
203 case Bytecodes::_ldc_w:
204 case Bytecodes::_ldc2_w:
265 assert(cur_bc() == Bytecodes::_getfield ||
266 cur_bc() == Bytecodes::_putfield ||
267 cur_bc() == Bytecodes::_getstatic ||
268 cur_bc() == Bytecodes::_putstatic, "wrong bc");
339 case Bytecodes::_invokeinterface:
340 case Bytecodes::_invokevirtual:
341 case Bytecodes::_invokespecial:
342 case Bytecodes::_invokestatic:
343 case Bytecodes::_invokedynamic:
445 if (cur_bc() == Bytecodes::_invokedynamic)