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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.hpp261 bool check_call(int refinfo_index, bool is_static) const;
H A DciMethod.cpp1103 // ciMethod::check_call
1104 bool ciMethod::check_call(int refinfo_index, bool is_static) const { function in class:ciMethod
/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp435 if( !caller_method->check_call(index, call_bc == Bytecodes::_invokestatic) ) {

Completed in 32 milliseconds