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

/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp2626 Block* root_head = new (arena()) Block(this, dummy, root_set); local
2628 root_head->set_pre_order(0);
2629 root_head->set_post_order(0);
2632 set_loop_tree_root(new (arena()) Loop(root_head, root_tail));

Completed in 349 milliseconds