Uses of Class
org.jruby.ir.targets.indy.InvokeSite
Packages that use InvokeSite
-
Uses of InvokeSite in org.jruby.ir.targets.indy
Subclasses of InvokeSite in org.jruby.ir.targets.indyModifier and TypeClassDescriptionclassCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.classCreated by headius on 10/23/14.Methods in org.jruby.ir.targets.indy with parameters of type InvokeSiteModifier and TypeMethodDescriptionstatic CallSiteInvokeSite.bootstrap(InvokeSite site, MethodHandles.Lookup lookup) (package private) static MethodHandleBootstrap.buildAttrHandle(InvokeSite site, CacheEntry entry, IRubyObject self) (package private) static MethodHandleBootstrap.buildGenericHandle(InvokeSite site, CacheEntry entry) (package private) static MethodHandleBootstrap.buildIndyHandle(InvokeSite site, CacheEntry entry) (package private) MethodHandleInvokeSite.buildJavaFieldHandle(InvokeSite site, CacheEntry entry, IRubyObject self) (package private) static MethodHandleBootstrap.buildJittedHandle(InvokeSite site, CacheEntry entry, boolean blockGiven) (package private) static MethodHandleBootstrap.buildMethodMissingHandle(InvokeSite site, CacheEntry entry, IRubyObject self) (package private) static MethodHandleBootstrap.buildNativeHandle(InvokeSite site, CacheEntry entry, boolean blockGiven) private static MethodHandleBootstrap.createAttrReaderHandle(InvokeSite site, IRubyObject self, RubyClass cls, VariableAccessor accessor) private static MethodHandleBootstrap.createAttrWriterHandle(InvokeSite site, IRubyObject self, RubyClass cls, VariableAccessor accessor) private static MethodHandleBootstrap.createJavaHandle(InvokeSite site, DynamicMethod method) -
Uses of InvokeSite in org.jruby.ir.targets.simple
Subclasses of InvokeSite in org.jruby.ir.targets.simple