Uses of Interface
io.quarkus.deployment.recording.BytecodeRecorderImpl.MethodContext
Packages that use BytecodeRecorderImpl.MethodContext
-
Uses of BytecodeRecorderImpl.MethodContext in io.quarkus.deployment.recording
Classes in io.quarkus.deployment.recording that implement BytecodeRecorderImpl.MethodContextModifier and TypeClassDescription(package private) static final class(package private) static classclass responsible for splitting the bytecode into smaller methods, to make sure that even large objects and large numbers of invocations do not put us over the method limit.Methods in io.quarkus.deployment.recording with parameters of type BytecodeRecorderImpl.MethodContextModifier and TypeMethodDescription(package private) abstract io.quarkus.gizmo.ResultHandleBytecodeRecorderImpl.DeferredArrayStoreParameter.createValue(BytecodeRecorderImpl.MethodContext context, io.quarkus.gizmo.MethodCreator method, io.quarkus.gizmo.ResultHandle array) method that contains the logic to actually create the stored value(package private) io.quarkus.gizmo.ResultHandleBytecodeRecorderImpl.NewRecorder.createValue(BytecodeRecorderImpl.MethodContext context, io.quarkus.gizmo.MethodCreator method, io.quarkus.gizmo.ResultHandle array) (package private) final io.quarkus.gizmo.ResultHandleBytecodeRecorderImpl.DeferredArrayStoreParameter.doLoad(BytecodeRecorderImpl.MethodContext context, io.quarkus.gizmo.MethodCreator method, io.quarkus.gizmo.ResultHandle array) (package private) abstract io.quarkus.gizmo.ResultHandleBytecodeRecorderImpl.DeferredParameter.doLoad(BytecodeRecorderImpl.MethodContext context, io.quarkus.gizmo.MethodCreator method, io.quarkus.gizmo.ResultHandle array) The function that is called to read the value for use.(package private) voidBytecodeRecorderImpl.DeferredArrayStoreParameter.doPrepare(BytecodeRecorderImpl.MethodContext context) (package private) voidBytecodeRecorderImpl.DeferredParameter.doPrepare(BytecodeRecorderImpl.MethodContext context) (package private) voidBytecodeRecorderImpl.NewRecorder.doPrepare(BytecodeRecorderImpl.MethodContext context) voidBytecodeRecorderImpl.SerializationStep.handle(BytecodeRecorderImpl.MethodContext context, io.quarkus.gizmo.MethodCreator method, BytecodeRecorderImpl.DeferredArrayStoreParameter out) (package private) final voidBytecodeRecorderImpl.DeferredParameter.prepare(BytecodeRecorderImpl.MethodContext context) function that prepares the value for use.voidBytecodeRecorderImpl.SerializationStep.prepare(BytecodeRecorderImpl.MethodContext context) voidBytecodeRecorderImpl.InstructionGroup.write(BytecodeRecorderImpl.MethodContext context, io.quarkus.gizmo.MethodCreator creator, io.quarkus.gizmo.ResultHandle array)