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 voidRubyClass.ConcreteJavaReifier.extraClinitLookup(SkinnyMethodAdapter m) protected voidRubyClass.ConcreteJavaReifier.generateObjectBarrier(SkinnyMethodAdapter m) Generates an init barrier.protected voidRubyClass.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 voidHandleFactory.loadUnboxedArgument(SkinnyMethodAdapter m, int index, Class type) static voidHandleFactory.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 voidIRBytecodeAdapter.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 voidRealClassGenerator.coerceArgumentsToRuby(SkinnyMethodAdapter mv, Class[] paramTypes, int rubyIndex) static voidRealClassGenerator.coerceResult(SkinnyMethodAdapter mv, Class returnType, boolean doReturn) static voidRealClassGenerator.coerceResultAndReturn(SkinnyMethodAdapter mv, Class returnType) static org.objectweb.asm.commons.GeneratorAdapterRealClassGenerator.makeGenerator(SkinnyMethodAdapter m)