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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1030 bool found_target = etsc.do_tree(root()); local
1031 assert(found_target || etsc.found() == NULL, "Consistency check");
1032 assert(!found_target || etsc.found() != NULL, "Consistency check");

Completed in 77 milliseconds