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

/openjdk9/hotspot/src/share/vm/opto/
H A Darraycopynode.hpp41 CopyOf, // Arrays.copyOf() enumerator in enum:ArrayCopyNode::__anon515
147 bool is_copyof() const { assert(_kind != None, "should bet set"); return _kind == CopyOf; }
148 bool is_copyof_validated() const { assert(_kind != None, "should bet set"); return _kind == CopyOf && _arguments_validated; }
155 void set_copyof(bool validated) { assert(_kind == None, "shouldn't bet set yet"); _kind = CopyOf; _arguments_validated = validated; }
H A Darraycopynode.cpp84 const char* ArrayCopyNode::_kind_names[] = {"arraycopy", "arraycopy, validated arguments", "clone", "oop array clone", "CopyOf", "CopyOfRange"};
716 assert(_kind == ArrayCopy || _kind == CopyOf || _kind == CopyOfRange, "only for real array copies");
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCopyOf.java44 final class CopyOf extends Instruction { class in inherits:Instruction
49 Util.println("CopyOf");
H A DXslAttribute.java122 if (item instanceof CopyOf) continue;
H A DLiteralElement.java486 || child instanceof CopyOf)

Completed in 202 milliseconds