Package | Description |
---|---|
org.jruby.compiler.util | |
org.jruby.ir.targets | |
org.jruby.java.codegen |
Modifier and Type | Method and Description |
---|---|
static void |
HandleFactory.loadUnboxedArgument(SkinnyMethodAdapter m,
int index,
Class type) |
static void |
HandleFactory.unboxAndCast(SkinnyMethodAdapter m,
Class paramClass) |
Modifier and Type | Field and Description |
---|---|
SkinnyMethodAdapter |
IRBytecodeAdapter.adapter |
Modifier and Type | Method and Description |
---|---|
static void |
IRBytecodeAdapter6.buildArrayFromLocals(SkinnyMethodAdapter adapter2,
int base,
int arity) |
static void |
IRBytecodeAdapter.cacheCallSite(SkinnyMethodAdapter method,
String className,
String siteName,
String rubyName,
CallType callType,
boolean isPotentiallyRefined)
Utility to lazily construct and cache a call site object.
|
Constructor and Description |
---|
IRBytecodeAdapter(SkinnyMethodAdapter adapter,
com.headius.invokebinder.Signature signature,
org.jruby.ir.targets.ClassData classData) |
IRBytecodeAdapter6(SkinnyMethodAdapter adapter,
com.headius.invokebinder.Signature signature,
org.jruby.ir.targets.ClassData classData) |
IRBytecodeAdapter7(SkinnyMethodAdapter adapter,
com.headius.invokebinder.Signature signature,
org.jruby.ir.targets.ClassData classData) |
Modifier and Type | Method and Description |
---|---|
static void |
RealClassGenerator.coerceArgumentsToRuby(SkinnyMethodAdapter mv,
Class[] paramTypes,
int rubyIndex) |
static void |
RealClassGenerator.coerceResultAndReturn(SkinnyMethodAdapter mv,
Class returnType) |
Copyright © 2001-2016 JRuby. All Rights Reserved.