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

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp427 Bytecodes::Code call_bc = iter.cur_bc(); local
429 if (call_bc != Bytecodes::_invokedynamic) {
435 if( !caller_method->check_call(index, call_bc == Bytecodes::_invokestatic) ) {

Completed in 30 milliseconds