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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp860 uint depth_count = 0; local
866 if (depth_count >= K) {
871 assert(depth_count++ < K, "infinite loop in Node::uncast_helper");

Completed in 44 milliseconds