Uses of Class
org.adoptopenjdk.jitwatch.chain.CompileNode
-
Packages that use CompileNode Package Description org.adoptopenjdk.jitwatch.chain org.adoptopenjdk.jitwatch.ui.compilechain -
-
Uses of CompileNode in org.adoptopenjdk.jitwatch.chain
Fields in org.adoptopenjdk.jitwatch.chain declared as CompileNode Modifier and Type Field Description private CompileNodeCompileNode. parentprivate CompileNodeCompileChainWalker. rootFields in org.adoptopenjdk.jitwatch.chain with type parameters of type CompileNode Modifier and Type Field Description private java.util.List<CompileNode>CompileNode. childrenMethods in org.adoptopenjdk.jitwatch.chain that return CompileNode Modifier and Type Method Description CompileNodeCompileChainWalker. buildCallTree(Compilation compilation)private CompileNodeCompileChainWalker. createChildNode(CompileNode parentNode, java.lang.String methodID, IParseDictionary parseDictionary, boolean inlined, boolean virtualCall, java.util.Map<java.lang.String,java.lang.String> methodAttrs, java.util.Map<java.lang.String,java.lang.String> callAttrs, java.util.Map<java.lang.String,java.lang.String> tagAttrs)static CompileNodeCompileNode. createRootNode(Compilation compilation, java.lang.String methodID, IParseDictionary parseDictionary, IReadOnlyJITDataModel model)CompileNodeCompileNode. getParent()private CompileNodeCompileNode. getRoot()Methods in org.adoptopenjdk.jitwatch.chain that return types with arguments of type CompileNode Modifier and Type Method Description java.util.List<CompileNode>CompileNode. getChildren()Methods in org.adoptopenjdk.jitwatch.chain with parameters of type CompileNode Modifier and Type Method Description voidCompileNode. addChild(CompileNode child)private CompileNodeCompileChainWalker. createChildNode(CompileNode parentNode, java.lang.String methodID, IParseDictionary parseDictionary, boolean inlined, boolean virtualCall, java.util.Map<java.lang.String,java.lang.String> methodAttrs, java.util.Map<java.lang.String,java.lang.String> callAttrs, java.util.Map<java.lang.String,java.lang.String> tagAttrs)private voidCompileChainWalker. processParseTag(Tag parseTag, CompileNode parentNode, IParseDictionary parseDictionary)private voidCompileNode. show(CompileNode node, java.lang.StringBuilder builder, int depth) -
Uses of CompileNode in org.adoptopenjdk.jitwatch.ui.compilechain
Fields in org.adoptopenjdk.jitwatch.ui.compilechain declared as CompileNode Modifier and Type Field Description private CompileNodeCompileChainStage. rootNodeMethods in org.adoptopenjdk.jitwatch.ui.compilechain with parameters of type CompileNode Modifier and Type Method Description private java.lang.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)
-