Uses of Class
org.jruby.ir.targets.IRBytecodeAdapter
Packages that use IRBytecodeAdapter
-
Uses of IRBytecodeAdapter in org.jruby.ir.targets
Fields in org.jruby.ir.targets declared as IRBytecodeAdapterMethods in org.jruby.ir.targets that return IRBytecodeAdapterModifier and TypeMethodDescriptionprivate IRBytecodeAdapterJVMVisitor.jvmMethod()ClassData.method()JVM.method()Methods in org.jruby.ir.targets with parameters of type IRBytecodeAdapterModifier and TypeMethodDescriptionprivate voidJVMVisitor.compileCallCommon(IRBytecodeAdapter m, CallBase call) Constructors in org.jruby.ir.targets with parameters of type IRBytecodeAdapterModifierConstructorDescriptionMethodData(IRBytecodeAdapter method, IRScope scope, String scopeField, com.headius.invokebinder.Signature signature, int specificArity) -
Uses of IRBytecodeAdapter in org.jruby.ir.targets.indy
Fields in org.jruby.ir.targets.indy declared as IRBytecodeAdapterModifier and TypeFieldDescriptionprivate final IRBytecodeAdapterIndyArgumentsCompiler.compilerprivate final IRBytecodeAdapterIndyBlockCompiler.compilerprivate final IRBytecodeAdapterIndyBranchCompiler.compilerprivate final IRBytecodeAdapterIndyCheckpointCompiler.compilerprivate final IRBytecodeAdapterIndyConstantCompiler.compilerprivate final IRBytecodeAdapterIndyDynamicValueCompiler.compilerprivate final IRBytecodeAdapterIndyGlobalVariableCompiler.compilerprivate final IRBytecodeAdapterIndyInstanceVariableCompiler.compilerprivate final IRBytecodeAdapterIndyInvocationCompiler.compilerprivate final IRBytecodeAdapterIndyValueCompiler.compilerprivate final IRBytecodeAdapterIndyYieldCompiler.compilerConstructors in org.jruby.ir.targets.indy with parameters of type IRBytecodeAdapterModifierConstructorDescriptionIndyArgumentsCompiler(IRBytecodeAdapter compiler) IndyBlockCompiler(IRBytecodeAdapter compiler) IndyBranchCompiler(IRBytecodeAdapter compiler) IndyCheckpointCompiler(IRBytecodeAdapter compiler) IndyConstantCompiler(IRBytecodeAdapter compiler) IndyDynamicValueCompiler(IRBytecodeAdapter compiler) IndyGlobalVariableCompiler(IRBytecodeAdapter compiler) IndyInvocationCompiler(IRBytecodeAdapter compiler) IndyValueCompiler(IRBytecodeAdapter compiler) IndyYieldCompiler(IRBytecodeAdapter compiler) -
Uses of IRBytecodeAdapter in org.jruby.ir.targets.simple
Fields in org.jruby.ir.targets.simple declared as IRBytecodeAdapterModifier and TypeFieldDescriptionprivate final IRBytecodeAdapterNormalArgumentsCompiler.compilerprivate final IRBytecodeAdapterNormalBlockCompiler.compilerprivate final IRBytecodeAdapterNormalBranchCompiler.compilerprivate final IRBytecodeAdapterNormalCheckpointCompiler.compilerprivate final IRBytecodeAdapterNormalConstantCompiler.compilerprivate final IRBytecodeAdapterNormalDynamicValueCompiler.compilerprivate final IRBytecodeAdapterNormalGlobalVariableCompiler.compilerprivate final IRBytecodeAdapterNormalInstanceVariableCompiler.compilerprivate final IRBytecodeAdapterNormalInvocationCompiler.compilerprivate final IRBytecodeAdapterNormalValueCompiler.compilerprivate final IRBytecodeAdapterNormalYieldCompiler.compilerConstructors in org.jruby.ir.targets.simple with parameters of type IRBytecodeAdapterModifierConstructorDescriptionNormalArgumentsCompiler(IRBytecodeAdapter compiler) NormalBlockCompiler(IRBytecodeAdapter compiler) NormalBranchCompiler(IRBytecodeAdapter compiler) NormalCheckpointCompiler(IRBytecodeAdapter compiler) NormalConstantCompiler(IRBytecodeAdapter compiler) NormalDynamicValueCompiler(IRBytecodeAdapter compiler) NormalInvocationCompiler(IRBytecodeAdapter compiler) NormalValueCompiler(IRBytecodeAdapter compiler) NormalYieldCompiler(IRBytecodeAdapter compiler)