Searched refs:cur_code (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp637 Bytecodes::Code cur_code = str.next(); variable
638 if (cur_code == Bytecodes::_invokevirtual ||
639 cur_code == Bytecodes::_invokespecial ||
640 cur_code == Bytecodes::_invokestatic ||
641 cur_code == Bytecodes::_invokeinterface) {
646 if (cur_code != Bytecodes::_invokestatic) {
659 switch (cur_code) {
674 BasicType bytecode_result_type = Bytecodes::result_type(cur_code);

Completed in 52 milliseconds