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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.hpp257 bool is_clone() const { function in class:SharkPHIValue
263 if (is_clone())
H A DsharkValue.cpp216 assert(!is_clone(), "shouldn't be");
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c2383 int is_clone = utfName && (strcmp(utfName, "clone") == 0); local
2388 is_clone) {

Completed in 528 milliseconds