Home
last modified time | relevance | path

Searched refs:InlineTree (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp41 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
48 _caller_tree((InlineTree*) caller_tree), in InlineTree()
68 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
277 const InlineTree *top = this; in should_not_inline()
542 const InlineTree *top = this; in print_inlining()
642 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
654 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
658 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, MaxInlineLevel); in build_inline_tree_root()
668 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
669 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
H A Dparse.hpp37 class InlineTree;
43 class InlineTree : public ResourceObj { class
49 InlineTree* _caller_tree;
53 GrowableArray<InlineTree*> _subtrees;
60 InlineTree(Compile* C,
61 const InlineTree* caller_tree,
89 InlineTree* caller_tree() const { return _caller_tree; } in caller_tree()
90 InlineTree* callee_at(int bci, ciMethod* m) const;
98 static InlineTree* build_inline_tree_root();
99 static InlineTree* find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee);
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp42 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
49 _caller_tree((InlineTree*) caller_tree), in InlineTree()
70 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
287 const InlineTree *top = this; in should_not_inline()
553 const InlineTree *top = this; in print_inlining()
698 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
710 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
714 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, 1.0F, MaxInlineLevel); in build_inline_tree_root()
724 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
725 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp41 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
47 _caller_tree((InlineTree*) caller_tree), in InlineTree()
69 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
286 const InlineTree *top = this; in should_not_inline()
538 const InlineTree *top = this; in print_inlining()
680 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
692 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
696 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, 1.0F, MaxInlineLevel); in build_inline_tree_root()
706 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
707 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
H A Dparse.hpp37 class InlineTree;
43 class InlineTree : public ResourceObj { class
49 InlineTree* _caller_tree;
58 GrowableArray<InlineTree*> _subtrees;
65 InlineTree(Compile* C,
66 const InlineTree* caller_tree,
94 InlineTree* caller_tree() const { return _caller_tree; } in caller_tree()
95 InlineTree* callee_at(int bci, ciMethod* m) const;
103 static InlineTree* build_inline_tree_root();
104 static InlineTree* find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee);
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp41 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
47 _caller_tree((InlineTree*) caller_tree), in InlineTree()
69 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
286 const InlineTree *top = this; in should_not_inline()
538 const InlineTree *top = this; in print_inlining()
680 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
692 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
696 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, 1.0F, MaxInlineLevel); in build_inline_tree_root()
706 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
707 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
H A Dparse.hpp37 class InlineTree;
43 class InlineTree : public ResourceObj { class
49 InlineTree* _caller_tree;
58 GrowableArray<InlineTree*> _subtrees;
65 InlineTree(Compile* C,
66 const InlineTree* caller_tree,
94 InlineTree* caller_tree() const { return _caller_tree; } in caller_tree()
95 InlineTree* callee_at(int bci, ciMethod* m) const;
103 static InlineTree* build_inline_tree_root();
104 static InlineTree* find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee);
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp42 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
49 _caller_tree((InlineTree*) caller_tree), in InlineTree()
69 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
286 const InlineTree *top = this; in should_not_inline()
552 const InlineTree *top = this; in print_inlining()
684 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
696 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
700 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, MaxInlineLevel); in build_inline_tree_root()
710 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
711 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DbytecodeInfo.cpp41 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
48 _caller_tree((InlineTree*) caller_tree), in InlineTree()
69 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
279 const InlineTree *top = this; in should_not_inline()
531 const InlineTree *top = this; in print_inlining()
673 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
685 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
689 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, 1.0F, MaxInlineLevel); in build_inline_tree_root()
699 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
700 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
H A Dparse.hpp37 class InlineTree;
43 class InlineTree : public ResourceObj { class
49 InlineTree* _caller_tree;
58 GrowableArray<InlineTree*> _subtrees;
65 InlineTree(Compile* C,
66 const InlineTree* caller_tree,
94 InlineTree* caller_tree() const { return _caller_tree; } in caller_tree()
95 InlineTree* callee_at(int bci, ciMethod* m) const;
103 static InlineTree* build_inline_tree_root();
104 static InlineTree* find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee);
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp40 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
46 _caller_tree((InlineTree*) caller_tree), in InlineTree()
68 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
276 const InlineTree *top = this; in should_not_inline()
518 const InlineTree *top = this; in print_inlining()
658 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
670 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
674 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, 1.0F, MaxInlineLevel); in build_inline_tree_root()
684 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
685 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp40 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
46 _caller_tree((InlineTree*) caller_tree), in InlineTree()
68 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
276 const InlineTree *top = this; in should_not_inline()
518 const InlineTree *top = this; in print_inlining()
658 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
670 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
674 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, 1.0F, MaxInlineLevel); in build_inline_tree_root()
684 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
685 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp41 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
48 _caller_tree((InlineTree*) caller_tree), in InlineTree()
69 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
286 const InlineTree *top = this; in should_not_inline()
571 const InlineTree *top = this; in print_inlining()
713 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
725 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
729 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, 1.0F, MaxInlineLevel); in build_inline_tree_root()
739 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
740 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
H A Dparse.hpp37 class InlineTree;
43 class InlineTree : public ResourceObj { class
49 InlineTree* _caller_tree;
58 GrowableArray<InlineTree*> _subtrees;
65 InlineTree(Compile* C,
66 const InlineTree* caller_tree,
98 InlineTree* caller_tree() const { return _caller_tree; } in caller_tree()
99 InlineTree* callee_at(int bci, ciMethod* m) const;
107 static InlineTree* build_inline_tree_root();
108 static InlineTree* find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee);
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DbytecodeInfo.cpp41 InlineTree::InlineTree(Compile* c, in InlineTree() function in InlineTree
48 _caller_tree((InlineTree*) caller_tree), in InlineTree()
69 InlineTree *caller = (InlineTree *)caller_tree; in InlineTree()
286 const InlineTree *top = this; in should_not_inline()
571 const InlineTree *top = this; in print_inlining()
713 InlineTree *InlineTree::callee_at(int bci, ciMethod* callee) const { in callee_at()
725 InlineTree *InlineTree::build_inline_tree_root() { in build_inline_tree_root()
729 InlineTree* ilt = new InlineTree(C, NULL, C->method(), NULL, -1, 1.0F, MaxInlineLevel); in build_inline_tree_root()
739 InlineTree* InlineTree::find_subtree_from_root(InlineTree* root, JVMState* jvms, ciMethod* callee) { in find_subtree_from_root()
740 InlineTree* iltp = root; in find_subtree_from_root()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java36 public class InlineTree extends VMObject { class
58 …ticBaseConstructor inlineTreeConstructor = new StaticBaseConstructor<InlineTree>(InlineTree.class);
60 public InlineTree(Address addr) { in InlineTree() method in InlineTree
64 public InlineTree callerTree() { in callerTree()
68 return new InlineTree(addr); in callerTree()
84 public GrowableArray<InlineTree> subtrees() { in subtrees()
101 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
113 GrowableArray<InlineTree> subt = subtrees(); in count()
128 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java36 public class InlineTree extends VMObject { class
58 …ticBaseConstructor inlineTreeConstructor = new StaticBaseConstructor<InlineTree>(InlineTree.class);
60 public InlineTree(Address addr) { in InlineTree() method in InlineTree
64 public InlineTree callerTree() { in callerTree()
68 return new InlineTree(addr); in callerTree()
84 public GrowableArray<InlineTree> subtrees() { in subtrees()
101 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
113 GrowableArray<InlineTree> subt = subtrees(); in count()
128 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java36 public class InlineTree extends VMObject { class
58 …ticBaseConstructor inlineTreeConstructor = new StaticBaseConstructor<InlineTree>(InlineTree.class);
60 public InlineTree(Address addr) { in InlineTree() method in InlineTree
64 public InlineTree callerTree() { in callerTree()
68 return new InlineTree(addr); in callerTree()
84 public GrowableArray<InlineTree> subtrees() { in subtrees()
101 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
113 GrowableArray<InlineTree> subt = subtrees(); in count()
128 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java36 public class InlineTree extends VMObject { class
58 …ticBaseConstructor inlineTreeConstructor = new StaticBaseConstructor<InlineTree>(InlineTree.class);
60 public InlineTree(Address addr) { in InlineTree() method in InlineTree
64 public InlineTree callerTree() { in callerTree()
68 return new InlineTree(addr); in callerTree()
84 public GrowableArray<InlineTree> subtrees() { in subtrees()
101 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
113 GrowableArray<InlineTree> subt = subtrees(); in count()
128 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java36 public class InlineTree extends VMObject { class
58 …ticBaseConstructor inlineTreeConstructor = new StaticBaseConstructor<InlineTree>(InlineTree.class);
60 public InlineTree(Address addr) { in InlineTree() method in InlineTree
64 public InlineTree callerTree() { in callerTree()
68 return new InlineTree(addr); in callerTree()
84 public GrowableArray<InlineTree> subtrees() { in subtrees()
101 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
113 GrowableArray<InlineTree> subt = subtrees(); in count()
128 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java36 public class InlineTree extends VMObject { class
58 …ticBaseConstructor inlineTreeConstructor = new StaticBaseConstructor<InlineTree>(InlineTree.class);
60 public InlineTree(Address addr) { in InlineTree() method in InlineTree
64 public InlineTree callerTree() { in callerTree()
68 return new InlineTree(addr); in callerTree()
84 public GrowableArray<InlineTree> subtrees() { in subtrees()
101 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
113 GrowableArray<InlineTree> subt = subtrees(); in count()
128 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java36 public class InlineTree extends VMObject { class
58 …ticBaseConstructor inlineTreeConstructor = new StaticBaseConstructor<InlineTree>(InlineTree.class);
60 public InlineTree(Address addr) { in InlineTree() method in InlineTree
64 public InlineTree callerTree() { in callerTree()
68 return new InlineTree(addr); in callerTree()
84 public GrowableArray<InlineTree> subtrees() { in subtrees()
101 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
113 GrowableArray<InlineTree> subt = subtrees(); in count()
128 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java38 public class InlineTree extends VMObject { class
60 …private static StaticBaseConstructor<InlineTree> inlineTreeConstructor = new StaticBaseConstructor…
62 public InlineTree(Address addr) { in InlineTree() method in InlineTree
66 public InlineTree callerTree() { in callerTree()
70 return new InlineTree(addr); in callerTree()
86 public GrowableArray<InlineTree> subtrees() { in subtrees()
103 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
115 GrowableArray<InlineTree> subt = subtrees(); in count()
130 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java38 public class InlineTree extends VMObject { class
60 …private static StaticBaseConstructor<InlineTree> inlineTreeConstructor = new StaticBaseConstructor…
62 public InlineTree(Address addr) { in InlineTree() method in InlineTree
66 public InlineTree callerTree() { in callerTree()
70 return new InlineTree(addr); in callerTree()
86 public GrowableArray<InlineTree> subtrees() { in subtrees()
103 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
115 GrowableArray<InlineTree> subt = subtrees(); in count()
130 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/opto/
H A DInlineTree.java38 public class InlineTree extends VMObject { class
60 …private static StaticBaseConstructor<InlineTree> inlineTreeConstructor = new StaticBaseConstructor…
62 public InlineTree(Address addr) { in InlineTree() method in InlineTree
66 public InlineTree callerTree() { in callerTree()
70 return new InlineTree(addr); in callerTree()
86 public GrowableArray<InlineTree> subtrees() { in subtrees()
103 GrowableArray<InlineTree> subt = subtrees(); in printImpl()
115 GrowableArray<InlineTree> subt = subtrees(); in count()
130 GrowableArray<InlineTree> subt = subtrees(); in dumpReplayData()

1234567