Searched defs:start_mem_src (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Darraycopynode.cpp553 Node *start_mem_src = in_mem; local
345 array_copy_forward(PhaseGVN *phase, bool can_reshape, Node* forward_ctl, Node* start_mem_src, Node* start_mem_dest, const TypePtr* atp_src, const TypePtr* atp_dest, Node* adr_src, Node* base_src, Node* adr_dest, Node* base_dest, BasicType copy_type, const Type* value_type, int count) argument
387 array_copy_backward(PhaseGVN *phase, bool can_reshape, Node* backward_ctl, Node* start_mem_src, Node* start_mem_dest, const TypePtr* atp_src, const TypePtr* atp_dest, Node* adr_src, Node* base_src, Node* adr_dest, Node* base_dest, BasicType copy_type, const Type* value_type, int count) argument

Completed in 95 milliseconds