Uses of Class
org.ek9lang.compiler.ir.instructions.ProfilingEntryInstr
Packages that use ProfilingEntryInstr
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
Common parts of processing that can be reused across various phases.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of ProfilingEntryInstr in org.ek9lang.compiler.backend.jvm
Classes in org.ek9lang.compiler.backend.jvm that implement interfaces with type arguments of type ProfilingEntryInstrModifier and TypeClassDescription(package private) final classSpecialized ASM generator for ProfilingEntryInstr processing.Methods in org.ek9lang.compiler.backend.jvm with parameters of type ProfilingEntryInstrModifier and TypeMethodDescriptionvoidProfilingEntryAsmGenerator.accept(ProfilingEntryInstr instr) voidOutputVisitor.visit(ProfilingEntryInstr profilingEntryInstr) Typed visit method for ProfilingEntryInstr - delegates to specialized generator. -
Uses of ProfilingEntryInstr in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type ProfilingEntryInstrModifier and TypeMethodDescriptiondefault voidINodeVisitor.visit(ProfilingEntryInstr profilingEntry) voidNodePrinter.visit(ProfilingEntryInstr profilingEntry) -
Uses of ProfilingEntryInstr in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return ProfilingEntryInstrModifier and TypeMethodDescriptionstatic ProfilingEntryInstrCreate a profiling entry instruction.