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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp599 bool _method_handle_invoke; member in class:CallJavaNode
607 _method_handle_invoke(false)
617 void set_method_handle_invoke(bool f) { _method_handle_invoke = f; }
618 bool is_method_handle_invoke() const { return _method_handle_invoke; }
H A Dmachnode.cpp655 if (_method_handle_invoke)
675 RegMask** debugmask = _method_handle_invoke ? m->idealreg2mhdebugmask : m->idealreg2debugmask;
H A Dlcm.cpp655 if (mcallstaticjava->_method_handle_invoke)
H A Dmachnode.hpp754 bool _method_handle_invoke; // Tells if the call has to preserve SP member in class:MachCallJavaNode
H A Dmatcher.cpp1167 mcall_java->_method_handle_invoke = is_method_handle_invoke;
H A Doutput.cpp835 if (mcall->as_MachCallJava()->_method_handle_invoke) {

Completed in 62 milliseconds