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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.hpp633 void set_predefined_output_for_runtime_call(Node* call) { function in class:GraphKit
634 set_predefined_output_for_runtime_call(call, NULL, NULL);
636 void set_predefined_output_for_runtime_call(Node* call,
H A DgraphKit.cpp1722 //-------------------set_predefined_output_for_runtime_call--------------------
1732 void GraphKit::set_predefined_output_for_runtime_call(Node* call, function in class:GraphKit
2217 set_predefined_output_for_runtime_call(call);
2220 set_predefined_output_for_runtime_call(call, prev_mem, adr_type);
2896 set_predefined_output_for_runtime_call(lock, mem, TypeRawPtr::BOTTOM);
2949 set_predefined_output_for_runtime_call(unlock, mem, TypeRawPtr::BOTTOM);

Completed in 47 milliseconds