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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp995 WithArraycopy = 2 enumerator in enum:InitializeNode::__anon349
1034 bool is_complete_with_arraycopy() { return (_is_complete & WithArraycopy) != 0; }
1038 void set_complete_with_arraycopy() { _is_complete = Complete | WithArraycopy; }

Completed in 485 milliseconds