Uses of Interface
org.openjdk.jmh.generators.core.GeneratorDestination
Packages that use GeneratorDestination
-
Uses of GeneratorDestination in org.openjdk.jmh.generators.annotations
Classes in org.openjdk.jmh.generators.annotations that implement GeneratorDestination -
Uses of GeneratorDestination in org.openjdk.jmh.generators.core
Classes in org.openjdk.jmh.generators.core that implement GeneratorDestinationMethods in org.openjdk.jmh.generators.core with parameters of type GeneratorDestinationModifier and TypeMethodDescriptionvoid
BenchmarkGenerator.complete
(GeneratorSource source, GeneratorDestination destination) Finish generating the benchmarks.void
CompilerControlPlugin.finish
(GeneratorSource source, GeneratorDestination destination) void
BenchmarkGenerator.generate
(GeneratorSource source, GeneratorDestination destination) Execute the next phase of benchmark generation.private void
BenchmarkGenerator.generateClass
(GeneratorDestination destination, ClassInfo classInfo, BenchmarkInfo info) Create and generate Java code for a class and it's methodsvoid
CompilerControlPlugin.process
(GeneratorSource source, GeneratorDestination destination) void
StateObjectHandler.writeStateOverrides
(BenchmarkGeneratorSession sess, GeneratorDestination dst)