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

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java84 public GrowableArray<InlineTree> subtrees() { method in class:InlineTree
101 GrowableArray<InlineTree> subt = subtrees();
113 GrowableArray<InlineTree> subt = subtrees();
128 GrowableArray<InlineTree> subt = subtrees();
/openjdk9/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp274 if (tree != NULL && tree->subtrees().length() > 0) {
276 GrowableArray<InlineTree *> subtrees = tree->subtrees(); local
277 for (int i = 0; i < subtrees.length(); i++) {
278 print_inline_tree(subtrees.at(i));
H A Dparse.hpp134 GrowableArray<InlineTree*> subtrees() { return _subtrees; } function in class:InlineTree

Completed in 98 milliseconds