Uses of Class
org.jruby.runtime.CallSite

Packages that use CallSite
org.jruby.ast   
org.jruby.ast.executable   
org.jruby.javasupport.util   
org.jruby.runtime   
 

Uses of CallSite in org.jruby.ast
 

Fields in org.jruby.ast declared as CallSite
 CallSite CallNode.callAdapter
           
 CallSite FCallNode.callAdapter
           
 CallSite ForNode.callAdapter
           
 CallSite Match3Node.callAdapter
           
 CallSite OpElementAsgnNode.callAdapter
           
 CallSite VCallNode.callAdapter
           
 CallSite OpElementAsgnNode.elementAdapter
           
 CallSite OpElementAsgnNode.elementAsgnAdapter
           
 CallSite OpAsgnNode.operatorCallAdapter
           
 CallSite OpAsgnNode.variableAsgnCallAdapter
           
 CallSite OpAsgnNode.variableCallAdapter
           
 

Uses of CallSite in org.jruby.ast.executable
 

Fields in org.jruby.ast.executable declared as CallSite
 CallSite YARVMachine.Instruction.callAdapter
           
 CallSite AbstractScript.site0
           
 CallSite AbstractScript.site1
           
 CallSite AbstractScript.site10
           
 CallSite AbstractScript.site11
           
 CallSite AbstractScript.site12
           
 CallSite AbstractScript.site13
           
 CallSite AbstractScript.site14
           
 CallSite AbstractScript.site15
           
 CallSite AbstractScript.site16
           
 CallSite AbstractScript.site17
           
 CallSite AbstractScript.site18
           
 CallSite AbstractScript.site19
           
 CallSite AbstractScript.site2
           
 CallSite AbstractScript.site20
           
 CallSite AbstractScript.site21
           
 CallSite AbstractScript.site22
           
 CallSite AbstractScript.site23
           
 CallSite AbstractScript.site24
           
 CallSite AbstractScript.site25
           
 CallSite AbstractScript.site26
           
 CallSite AbstractScript.site27
           
 CallSite AbstractScript.site28
           
 CallSite AbstractScript.site29
           
 CallSite AbstractScript.site3
           
 CallSite AbstractScript.site30
           
 CallSite AbstractScript.site31
           
 CallSite AbstractScript.site32
           
 CallSite AbstractScript.site33
           
 CallSite AbstractScript.site34
           
 CallSite AbstractScript.site35
           
 CallSite AbstractScript.site36
           
 CallSite AbstractScript.site37
           
 CallSite AbstractScript.site38
           
 CallSite AbstractScript.site39
           
 CallSite AbstractScript.site4
           
 CallSite AbstractScript.site40
           
 CallSite AbstractScript.site41
           
 CallSite AbstractScript.site42
           
 CallSite AbstractScript.site43
           
 CallSite AbstractScript.site44
           
 CallSite AbstractScript.site45
           
 CallSite AbstractScript.site46
           
 CallSite AbstractScript.site47
           
 CallSite AbstractScript.site48
           
 CallSite AbstractScript.site49
           
 CallSite AbstractScript.site5
           
 CallSite AbstractScript.site6
           
 CallSite AbstractScript.site7
           
 CallSite AbstractScript.site8
           
 CallSite AbstractScript.site9
           
 

Uses of CallSite in org.jruby.javasupport.util
 

Methods in org.jruby.javasupport.util with parameters of type CallSite
static IRubyObject RuntimeHelpers.opAsgnWithMethod(ThreadContext context, IRubyObject receiver, IRubyObject arg, CallSite varSite, CallSite opSite, CallSite opAsgnSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithMethod(ThreadContext context, IRubyObject receiver, IRubyObject[] args, IRubyObject value, CallSite elementSite, CallSite opSite, CallSite elementAsgnSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithMethod(ThreadContext context, IRubyObject receiver, IRubyObject value, CallSite elementSite, CallSite opSite, CallSite elementAsgnSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithMethod(ThreadContext context, IRubyObject receiver, IRubyObject arg, IRubyObject value, CallSite elementSite, CallSite opSite, CallSite elementAsgnSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithMethod(ThreadContext context, IRubyObject receiver, IRubyObject arg1, IRubyObject arg2, IRubyObject value, CallSite elementSite, CallSite opSite, CallSite elementAsgnSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithMethod(ThreadContext context, IRubyObject receiver, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, IRubyObject value, CallSite elementSite, CallSite opSite, CallSite elementAsgnSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithOrPartTwoNArgs(ThreadContext context, IRubyObject receiver, IRubyObject[] args, IRubyObject value, CallSite asetSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithOrPartTwoOneArg(ThreadContext context, IRubyObject receiver, IRubyObject arg, IRubyObject value, CallSite asetSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithOrPartTwoThreeArgs(ThreadContext context, IRubyObject receiver, IRubyObject[] args, IRubyObject value, CallSite asetSite)
           
static IRubyObject RuntimeHelpers.opElementAsgnWithOrPartTwoTwoArgs(ThreadContext context, IRubyObject receiver, IRubyObject[] args, IRubyObject value, CallSite asetSite)
           
static IRubyObject RuntimeHelpers.postOpAsgnWithOrAnd(IRubyObject receiver, IRubyObject value, ThreadContext context, CallSite varAsgnSite)
           
static IRubyObject RuntimeHelpers.preOpAsgnWithOrAnd(IRubyObject receiver, ThreadContext context, CallSite varSite)
           
 

Uses of CallSite in org.jruby.runtime
 

Subclasses of CallSite in org.jruby.runtime
static class CallSite.DivCallSite
           
static class CallSite.GeCallSite
           
static class CallSite.GtCallSite
           
static class CallSite.InlineCachingCallSite
           
static class CallSite.LeCallSite
           
static class CallSite.LtCallSite
           
static class CallSite.MinusCallSite
           
static class CallSite.MulCallSite
           
static class CallSite.PlusCallSite
           
 

Methods in org.jruby.runtime that return CallSite
static CallSite MethodIndex.getCallSite(java.lang.String name)
           
static CallSite MethodIndex.getFunctionalCallSite(java.lang.String name)
           
static CallSite MethodIndex.getVariableCallSite(java.lang.String name)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.