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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp78 Node* is_copy() const { function in class:RegionNode
167 Node* is_copy() const { function in class:PhiNode
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp298 bool is_copy; local
301 native_platform_string = (_to_platform_string_fn)(env, js, &is_copy);
302 assert(is_copy == JNI_TRUE, "is_copy value changed");

Completed in 43 milliseconds