< prev index next >

src/hotspot/share/opto/macro.hpp

Print this page

        

*** 190,200 **** Node*& dest_offset, Node*& length, BasicType& dest_elem, Node*& dest_length); void expand_arraycopy_node(ArrayCopyNode *ac); int replace_input(Node *use, Node *oldref, Node *newref); - void copy_call_debug_info(CallNode *oldcall, CallNode * newcall); Node* opt_bits_test(Node* ctrl, Node* region, int edge, Node* word, int mask, int bits, bool return_fast_path = false); void copy_predefined_input_for_runtime_call(Node * ctrl, CallNode* oldcall, CallNode* call); CallNode* make_slow_call(CallNode *oldcall, const TypeFunc* slow_call_type, address slow_call, const char* leaf_name, Node* slow_path, Node* parm0, Node* parm1, Node* parm2); --- 190,199 ----
< prev index next >