Lines Matching refs:bc
316 Bytecodes::Code bc) {
318 assert(bc == Bytecodes::_getstatic || bc == Bytecodes::_putstatic ||
319 bc == Bytecodes::_getfield || bc == Bytecodes::_putfield,
330 bool is_static = (bc == Bytecodes::_getstatic || bc == Bytecodes::_putstatic);
336 bool is_put = (bc == Bytecodes::_putfield || bc == Bytecodes::_putstatic);
351 Bytecodes::java_code(bc),