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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp483 bool can_not_compile_call_site(ciMethod *dest_method, ciInstanceKlass *klass);
H A DdoCall.cpp333 bool Parse::can_not_compile_call_site(ciMethod *dest_method, ciInstanceKlass* klass) { function in class:Parse
381 if (!will_link || can_not_compile_call_site(orig_callee, klass)) {

Completed in 316 milliseconds