Uses of Class
org.jruby.compiler.impl.SkinnyMethodAdapter
Packages that use SkinnyMethodAdapter
-
Uses of SkinnyMethodAdapter in org.jruby
Methods in org.jruby with parameters of type SkinnyMethodAdapterModifier and TypeMethodDescriptionprotected void
RubyClass.ConcreteJavaReifier.extraClinitLookup
(SkinnyMethodAdapter m) protected void
RubyClass.ConcreteJavaReifier.generateObjectBarrier
(SkinnyMethodAdapter m) Generates an init barrier.protected void
RubyClass.ConcreteJavaReifier.loadRubyObject
(SkinnyMethodAdapter m) -
Uses of SkinnyMethodAdapter in org.jruby.compiler.util
Methods in org.jruby.compiler.util with parameters of type SkinnyMethodAdapterModifier and TypeMethodDescriptionstatic void
HandleFactory.loadUnboxedArgument
(SkinnyMethodAdapter m, int index, Class type) static void
HandleFactory.unboxAndCast
(SkinnyMethodAdapter m, Class paramClass) -
Uses of SkinnyMethodAdapter in org.jruby.ir.targets
Fields in org.jruby.ir.targets declared as SkinnyMethodAdapterMethods in org.jruby.ir.targets with parameters of type SkinnyMethodAdapterModifier and TypeMethodDescriptionstatic void
IRBytecodeAdapter.buildArrayFromLocals
(SkinnyMethodAdapter adapter2, int base, int arity) Constructors in org.jruby.ir.targets with parameters of type SkinnyMethodAdapterModifierConstructorDescriptionIRBytecodeAdapter
(BytecodeMode bytecodeMode, SkinnyMethodAdapter adapter, com.headius.invokebinder.Signature signature, ClassData classData) -
Uses of SkinnyMethodAdapter in org.jruby.java.codegen
Methods in org.jruby.java.codegen with parameters of type SkinnyMethodAdapterModifier and TypeMethodDescriptionstatic void
RealClassGenerator.coerceArgumentsToRuby
(SkinnyMethodAdapter mv, Class[] paramTypes, int rubyIndex) static void
RealClassGenerator.coerceResult
(SkinnyMethodAdapter mv, Class returnType, boolean doReturn) static void
RealClassGenerator.coerceResultAndReturn
(SkinnyMethodAdapter mv, Class returnType) static org.objectweb.asm.commons.GeneratorAdapter
RealClassGenerator.makeGenerator
(SkinnyMethodAdapter m)