Uses of Class
org.adoptopenjdk.jitwatch.model.CodeCacheEvent
Packages that use CodeCacheEvent
Package
Description
-
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.compilation.codecache
Fields in org.adoptopenjdk.jitwatch.compilation.codecache with type parameters of type CodeCacheEventMethods in org.adoptopenjdk.jitwatch.compilation.codecache that return types with arguments of type CodeCacheEventMethods in org.adoptopenjdk.jitwatch.compilation.codecache with parameters of type CodeCacheEvent -
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model with type parameters of type CodeCacheEventMethods in org.adoptopenjdk.jitwatch.model that return types with arguments of type CodeCacheEventModifier and TypeMethodDescriptionIReadOnlyJITDataModel.getCodeCacheEvents()JITDataModel.getCodeCacheEvents()Methods in org.adoptopenjdk.jitwatch.model with parameters of type CodeCacheEvent -
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.report.suggestion
Methods in org.adoptopenjdk.jitwatch.report.suggestion with parameters of type CodeCacheEventModifier and TypeMethodDescriptionprivate voidSuggestionWalker.handleCodeCacheFull(CodeCacheEvent event) -
Uses of CodeCacheEvent in org.adoptopenjdk.jitwatch.ui.graphing
Methods in org.adoptopenjdk.jitwatch.ui.graphing with parameters of type CodeCacheEventModifier and TypeMethodDescriptionprivate 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 CodeCacheEventModifier and TypeMethodDescriptionprivate booleanCodeCacheLayoutStage.showEvent(CodeCacheEvent event)