|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IR_Method | |
|---|---|
| org.jruby.compiler.ir | |
| org.jruby.compiler.ir.instructions | |
| org.jruby.compiler.ir.targets | |
| Uses of IR_Method in org.jruby.compiler.ir |
|---|
| Fields in org.jruby.compiler.ir with type parameters of type IR_Method | |
|---|---|
java.util.List<IR_Method> |
IR_ScopeImpl._methods
|
| Methods in org.jruby.compiler.ir that return IR_Method | |
|---|---|
IR_Method |
IR_Module.getClassMethod(java.lang.String name)
|
IR_Method |
IR_Module.getInstanceMethod(java.lang.String name)
|
IR_Method |
IR_Class.getRootMethod()
|
IR_Method |
IR_Script.getRootMethod()
|
| Methods in org.jruby.compiler.ir with parameters of type IR_Method | |
|---|---|
void |
IR_Scope.addMethod(IR_Method m)
|
void |
IR_ScopeImpl.addMethod(IR_Method m)
|
static boolean |
IR_Class.isAClassRootMethod(IR_Method m)
|
| Uses of IR_Method in org.jruby.compiler.ir.instructions |
|---|
| Fields in org.jruby.compiler.ir.instructions declared as IR_Method | |
|---|---|
IR_Method |
DEFINE_CLASS_METHOD_Instr._method
|
IR_Method |
DEFINE_INSTANCE_METHOD_Instr._method
|
| Methods in org.jruby.compiler.ir.instructions that return IR_Method | |
|---|---|
IR_Method |
CALL_Instr.getTargetMethod()
|
IR_Method |
CALL_Instr.getTargetMethodWithReceiver(Operand receiver)
|
| Constructors in org.jruby.compiler.ir.instructions with parameters of type IR_Method | |
|---|---|
DEFINE_CLASS_METHOD_Instr(IR_Module c,
IR_Method m)
|
|
DEFINE_INSTANCE_METHOD_Instr(IR_Class c,
IR_Method m)
|
|
| Uses of IR_Method in org.jruby.compiler.ir.targets |
|---|
| Methods in org.jruby.compiler.ir.targets with parameters of type IR_Method | |
|---|---|
void |
JVM.emit(IR_Method method)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||