Uses of Class
org.jruby.internal.runtime.methods.MethodSplitState
Packages that use MethodSplitState
-
Uses of MethodSplitState in org.jruby.internal.runtime.methods
Methods in org.jruby.internal.runtime.methods that return types with arguments of type MethodSplitStateModifier and TypeMethodDescriptionCompiledIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) CompiledIRNoProtocolMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) InterpretedIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) MixedModeIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) Methods in org.jruby.internal.runtime.methods with parameters of type MethodSplitStateModifier and TypeMethodDescriptionprivate ExitableReturnCompiledIRMethod.INTERPRET_METHOD(MethodSplitState state, IRubyObject[] args, Block block) private ExitableReturnCompiledIRNoProtocolMethod.INTERPRET_METHOD(MethodSplitState state, IRubyObject[] args, Block block) private ExitableReturnInterpretedIRMethod.INTERPRET_METHOD(MethodSplitState state, IRubyObject[] args, Block block) private ExitableReturnMixedModeIRMethod.INTERPRET_METHOD(MethodSplitState state, IRubyObject[] args, Block block)