Uses of Class
org.adoptopenjdk.jitwatch.model.CodeCacheEvent
-
-
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.compilation.codecache
Fields in org.adoptopenjdk.jitwatch.compilation.codecache with type parameters of type CodeCacheEvent Modifier and Type Field Description private java.util.List<CodeCacheEvent>CodeCacheWalkerResult. eventsMethods in org.adoptopenjdk.jitwatch.compilation.codecache that return types with arguments of type CodeCacheEvent Modifier and Type Method Description java.util.List<CodeCacheEvent>CodeCacheWalkerResult. getEvents()Methods in org.adoptopenjdk.jitwatch.compilation.codecache with parameters of type CodeCacheEvent Modifier and Type Method Description voidCodeCacheWalkerResult. addEvent(CodeCacheEvent event) -
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model with type parameters of type CodeCacheEvent Modifier and Type Field Description private java.util.List<CodeCacheEvent>JITDataModel. codeCacheTagListMethods in org.adoptopenjdk.jitwatch.model that return types with arguments of type CodeCacheEvent Modifier and Type Method Description java.util.List<CodeCacheEvent>IReadOnlyJITDataModel. getCodeCacheEvents()java.util.List<CodeCacheEvent>JITDataModel. getCodeCacheEvents()Methods in org.adoptopenjdk.jitwatch.model with parameters of type CodeCacheEvent Modifier and Type Method Description voidJITDataModel. addCodeCacheEvent(CodeCacheEvent event) -
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.report.suggestion
Methods in org.adoptopenjdk.jitwatch.report.suggestion with parameters of type CodeCacheEvent Modifier and Type Method Description private voidSuggestionWalker. handleCodeCacheFull(CodeCacheEvent event) -
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.ui.graphing
Methods in org.adoptopenjdk.jitwatch.ui.graphing with parameters of type CodeCacheEvent Modifier and Type Method Description private doubleCodeCacheStage. addToGraph(double lastCX, double lastCY, javafx.scene.paint.Color colourLine, double lineWidth, CodeCacheEvent event, double x) -
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.ui.nmethod.codecache
Methods in org.adoptopenjdk.jitwatch.ui.nmethod.codecache with parameters of type CodeCacheEvent Modifier and Type Method Description private booleanCodeCacheLayoutStage. showEvent(CodeCacheEvent event)
-