Uses of Class
org.adoptopenjdk.jitwatch.chain.CompileNode
Packages that use CompileNode
-
Uses of CompileNode in org.adoptopenjdk.jitwatch.chain
Fields in org.adoptopenjdk.jitwatch.chain declared as CompileNodeModifier and TypeFieldDescriptionprivate CompileNodeCompileNode.parentprivate CompileNodeCompileChainWalker.rootFields in org.adoptopenjdk.jitwatch.chain with type parameters of type CompileNodeMethods in org.adoptopenjdk.jitwatch.chain that return CompileNodeModifier and TypeMethodDescriptionCompileChainWalker.buildCallTree(Compilation compilation) private CompileNodeCompileChainWalker.createChildNode(CompileNode parentNode, String methodID, IParseDictionary parseDictionary, boolean inlined, boolean virtualCall, Map<String, String> methodAttrs, Map<String, String> callAttrs, Map<String, String> tagAttrs) static CompileNodeCompileNode.createRootNode(Compilation compilation, String methodID, IParseDictionary parseDictionary, IReadOnlyJITDataModel model) CompileNode.getParent()private CompileNodeCompileNode.getRoot()Methods in org.adoptopenjdk.jitwatch.chain that return types with arguments of type CompileNodeMethods in org.adoptopenjdk.jitwatch.chain with parameters of type CompileNodeModifier and TypeMethodDescriptionvoidCompileNode.addChild(CompileNode child) private CompileNodeCompileChainWalker.createChildNode(CompileNode parentNode, String methodID, IParseDictionary parseDictionary, boolean inlined, boolean virtualCall, Map<String, String> methodAttrs, Map<String, String> callAttrs, Map<String, String> tagAttrs) private voidCompileChainWalker.processParseTag(Tag parseTag, CompileNode parentNode, IParseDictionary parseDictionary) private voidCompileNode.show(CompileNode node, StringBuilder builder, int depth) -
Uses of CompileNode in org.adoptopenjdk.jitwatch.ui.compilechain
Fields in org.adoptopenjdk.jitwatch.ui.compilechain declared as CompileNodeMethods in org.adoptopenjdk.jitwatch.ui.compilechain with parameters of type CompileNodeModifier and TypeMethodDescriptionprivate StringCompileChainStage.getLabelText(CompileNode node) private voidCompileChainStage.initialiseRectWithOnMouseClickedEventHandler(CompileNode node, javafx.scene.shape.Shape shape) private doubleCompileChainStage.plotNode(CompileNode node, double x, double parentY, int depth) private voidCompileChainStage.show(CompileNode node, double x, double parentY, int depth)