|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IRMethod in org.jruby.compiler.ir |
|---|
| Methods in org.jruby.compiler.ir that return IRMethod | |
|---|---|
IRMethod |
IRModule.getClassMethod(java.lang.String name)
|
IRMethod |
IRExecutionScope.getClosestMethodAncestor()
|
IRMethod |
IRModule.getInstanceMethod(java.lang.String name)
|
IRMethod |
IRModule.getRootMethod()
|
IRMethod |
IRScript.getRootMethod()
|
| Methods in org.jruby.compiler.ir that return types with arguments of type IRMethod | |
|---|---|
java.util.List<IRMethod> |
IRModule.getMethods()
|
| Methods in org.jruby.compiler.ir with parameters of type IRMethod | |
|---|---|
void |
IRModule.addMethod(IRMethod method)
|
static boolean |
IRModule.isAClassRootMethod(IRMethod m)
|
| Uses of IRMethod in org.jruby.compiler.ir.instructions |
|---|
| Fields in org.jruby.compiler.ir.instructions declared as IRMethod | |
|---|---|
IRMethod |
DefineClassMethodInstr.method
|
IRMethod |
DefineInstanceMethodInstr.method
|
| Methods in org.jruby.compiler.ir.instructions that return IRMethod | |
|---|---|
IRMethod |
CallInstr.getTargetMethod()
|
IRMethod |
CallInstr.getTargetMethodWithReceiver(Operand receiver)
|
IRMethod |
RubyInternalCallInstr.getTargetMethodWithReceiver(Operand receiver)
|
| Constructors in org.jruby.compiler.ir.instructions with parameters of type IRMethod | |
|---|---|
DefineClassMethodInstr(Operand container,
IRMethod method)
|
|
DefineInstanceMethodInstr(Operand container,
IRMethod method)
|
|
METHOD_VERSION_GUARD_Instr(IRMethod m,
CodeVersion v,
Label failurePathLabel)
|
|
| Uses of IRMethod in org.jruby.compiler.ir.representations |
|---|
| Methods in org.jruby.compiler.ir.representations with parameters of type IRMethod | |
|---|---|
void |
CFG.inlineMethod(IRMethod m,
BasicBlock callBB,
CallInstr call)
|
| Uses of IRMethod in org.jruby.compiler.ir.targets |
|---|
| Methods in org.jruby.compiler.ir.targets with parameters of type IRMethod | |
|---|---|
void |
JVM.emit(IRMethod method)
|
| Uses of IRMethod in org.jruby.internal.runtime.methods |
|---|
| Fields in org.jruby.internal.runtime.methods declared as IRMethod | |
|---|---|
IRMethod |
InterpretedIRMethod.method
|
| Constructors in org.jruby.internal.runtime.methods with parameters of type IRMethod | |
|---|---|
InterpretedIRMethod(IRMethod method,
RubyModule implementationClass)
|
|
| Uses of IRMethod in org.jruby.interpreter |
|---|
| Fields in org.jruby.interpreter declared as IRMethod | |
|---|---|
IRMethod |
InlineMethodHint.inlineableMethod
|
| Methods in org.jruby.interpreter with parameters of type IRMethod | |
|---|---|
void |
InterpreterContext.allocateSharedBindingScope(IRMethod method)
|
void |
NaiveInterpreterContext.allocateSharedBindingScope(IRMethod method)
|
| Constructors in org.jruby.interpreter with parameters of type IRMethod | |
|---|---|
InlineMethodHint(IRMethod m)
|
|
| Uses of IRMethod in org.jruby.runtime.scope |
|---|
| Constructors in org.jruby.runtime.scope with parameters of type IRMethod | |
|---|---|
SharedBindingDynamicScope(StaticScope staticScope,
IRMethod irMethod)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||