Top Inners Fields Constructors Methods
org.jruby.ir.runtime

public Class IRRuntimeHelpers

extends Object
Class Inheritance
Imports
com.headius.invokebinder.Signature, java.io.IOException, java.lang.invoke.MethodHandle, org.jcodings.Encoding, org.jruby.EvalType, .MetaClass, .Ruby, .RubyArray, .RubyBasicObject, .RubyBoolean, .RubyClass, .RubyComplex, .RubyEncoding, .RubyFixnum, .RubyFloat, .RubyHash, .RubyInstanceConfig, .RubyMatchData, .RubyMethod, .RubyModule, .RubyNil, .RubyProc, .RubyRational, .RubyRegexp, .RubyString, .RubySymbol, org.jruby.common.IRubyWarnings, org.jruby.exceptions.RaiseException, .Unrescuable, org.jruby.ext.coverage.CoverageData, org.jruby.internal.runtime.methods.CompiledIRMethod, .CompiledIRNoProtocolMethod, .DynamicMethod, .InterpretedIRMetaClassBody, .InterpretedIRMethod, .MixedModeIRMethod, org.jruby.ir.IRScope, .IRScopeType, .IRScriptBody, .Interp, .JIT, org.jruby.ir.operands.IRException, .Operand, .Splat, org.jruby.ir.persistence.IRReader, .IRReaderStream, org.jruby.java.invokers.InstanceMethodInvoker, .RubyToJavaInvoker, org.jruby.java.proxies.JavaProxy, org.jruby.javasupport.JavaMethod, org.jruby.javasupport.proxy.JavaProxyClass, .JavaProxyMethod, org.jruby.parser.StaticScope, org.jruby.runtime.Arity, .Binding, .Block, .BlockBody, .CallSite, .CallType, .DynamicScope, .Frame, .Helpers, .IRBlockBody, .JavaSites.IRRuntimeHelpersSites, .RubyEvent, .ThreadContext, .TraceEventManager, .Visibility, org.jruby.runtime.backtrace.RubyStackTraceElement, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.callsite.CacheEntry, .CachingCallSite, .FunctionalCachingCallSite, .MonomorphicCallSite, .ProfilingCachingCallSite, .RefinedCachingCallSite, .VariableCachingCallSite, org.jruby.runtime.ivars.VariableAccessor, org.jruby.util.ArraySupport, .ByteList, .RegexpOptions, .TypeConverter, org.jruby.util.cli.Options, org.jruby.util.log.Logger, .LoggerFactory, org.objectweb.asm.Type

Nested and Inner Type Summary

Modifier and TypeClass and Description
private static class
private static class
private static class

Field Summary

Modifier and TypeField and Description
private static final RubyHash.VisitorWithState<StaticScope>
private static final IRRuntimeHelpers.InvalidKeyException
private static final Logger

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static void
aliasGlobalVariable(Ruby runtime, Object newName, Object oldName)

public static boolean
anyTrue(boolean[] booleans)

public static int
arrayLength(RubyArray<T extends IRubyObject> array)

public static RubyString
asString(ThreadContext context, IRubyObject caller, IRubyObject target, CallSite site)

asString using a given call site

public static boolean[]
public static IRubyObject
public static void
callTrace(ThreadContext context, IRubyObject selfClass, RubyEvent event, String name, String filename, int line)

public static void
callTrace(ThreadContext context, Block selfBlock, RubyEvent event, String name, String filename, int line)

public static void
callTraceHooks(ThreadContext context, Block selfBlock, RubyEvent event, String name, String filename, int line)

public static void
checkArity(ThreadContext context, StaticScope scope, Object[] args, Object keywords, int required, int opt, boolean rest, int restKey, Block block)

public static void
checkAritySpecificArgs(ThreadContext context, StaticScope scope, Object[] args, int required, int opt, boolean rest, int restKey, Block block)

private static RubyClass
public static void
public static void
checkForLJE(ThreadContext context, DynamicScope currentScope, boolean definedWithinMethod, Block block)

public static IRubyObject
classSuper(ThreadContext context, IRubyObject self, String id, RubyModule definingModule, IRubyObject[] args, Block block)

public static IRubyObject
classSuperIter(ThreadContext context, IRubyObject self, String id, RubyModule definingModule, IRubyObject[] args, Block block)

public static IRubyObject
classSuperIterSplatArgs(ThreadContext context, IRubyObject self, String methodName, RubyModule definingModule, IRubyObject[] args, Block block, boolean[] splatMap)

public static IRubyObject
classSuperSplatArgs(ThreadContext context, IRubyObject self, String methodName, RubyModule definingModule, IRubyObject[] args, Block block, boolean[] splatMap)

private static void
public static RubyHash
public static IRubyObject[]
public static IRubyObject[]
public static IRScope
decodeScopeFromBytes(Ruby runtime, byte[] scopeBytes, String filename)

public static boolean[]
decodeSplatmap(String splatmapString)

public static void
defCompiledClassMethod(ThreadContext context, MethodHandle handle, String id, int line, StaticScope scope, String encodedArgumentDescriptors, IRubyObject obj, boolean maybeRefined, boolean receivesKeywordArgs, boolean needsToFindImplementer)

public static void
defCompiledClassMethod(ThreadContext context, MethodHandle variable, MethodHandle specific, int specificArity, String id, int line, StaticScope scope, String encodedArgumentDescriptors, IRubyObject obj, boolean maybeRefined, boolean receivesKeywordArgs, boolean needsToFindImplementer)

public static void
defCompiledInstanceMethod(ThreadContext context, MethodHandle handle, String id, int line, StaticScope scope, String encodedArgumentDescriptors, DynamicScope currDynScope, IRubyObject self, boolean maybeRefined, boolean receivesKeywordArgs, boolean needsToFindImplementer)

public static void
defCompiledInstanceMethod(ThreadContext context, MethodHandle variable, MethodHandle specific, int specificArity, String id, int line, StaticScope scope, String encodedArgumentDescriptors, DynamicScope currDynScope, IRubyObject self, boolean maybeRefined, boolean receivesKeywordArgs, boolean needsToFindImplementer)

public static void
defineAlias(ThreadContext context, IRubyObject self, DynamicScope currDynScope, IRubyObject newName, IRubyObject oldName)

public static void
public static void
public static IRubyObject
dupIfKeywordRestAtCallsite(ThreadContext context, IRubyObject arg)

Methods like Kernel#send if it receives a key-splatted value at a send site (send :foo, **h) it will dup h.

public static RubyHash
public static String
encodeSplatmap(boolean[] splatmap)

private static IRScopeType
public static IRubyObject
extractOptionalArgument(RubyArray<T extends IRubyObject> rubyArray, int minArgsLength, int index)

public static boolean
feq(double v1, double v2)

public static boolean
fgt(double v1, double v2)

public static RubyModule
public static boolean
flt(double v1, double v2)

public static RubyString
public static RubyFixnum
public static RubyClass
public static Block
public static IRubyObject
private static DynamicScope
private static DynamicScope
public static RubyModule

Returns:

the instance method definition target, or the "cbase" for other purposes
getCurrentClassBase
(ThreadContext
the current context
context
,
IRubyObject
the current self object
self
)

Find the base class or "cbase" used for various class-level operations.

public static RubyString
public static RubyClass
public static RubyModule
private static DynamicScope
getNewBlockScope(Block block, boolean pushNewDynScope, boolean reuseParentDynScope)

public static RubyClass
public static IRubyObject
getPreArgSafe(ThreadContext context, IRubyObject[] args, int argIndex)

public static Block
public static RubyClass
private static CacheEntry
public static RubyClass
public static VariableAccessor
public static VariableAccessor
public static IRubyObject
public static IRubyObject
public static IRubyObject
public static IRubyObject
public static boolean
ieq(long v1, long v2)

public static boolean
igt(long v1, long v2)

public static boolean
ilt(long v1, long v2)

public static IRubyObject
inheritedSearchConst(ThreadContext context, IRubyObject cmVal, String constName, boolean noPrivateConsts)

public static IRubyObject
initiateBreak(ThreadContext context, DynamicScope dynScope, IRubyObject breakValue, Block block)

public static IRubyObject
initiateNonLocalReturn(DynamicScope currentScope, Block block, IRubyObject returnValue)

public static boolean
inLambda(Block.Type blockType)

public static boolean
inMethod(Block.Type blockType)

public static boolean
public static boolean
inProc(Block.Type blockType)

public static boolean
private static boolean
inReturnToScope(Block.Type blockType, IRReturnJump exception, DynamicScope currentScope)

public static IRubyObject
instanceSuper(ThreadContext context, IRubyObject self, String id, RubyModule definingModule, IRubyObject[] args, Block block)

public static IRubyObject
instanceSuperIter(ThreadContext context, IRubyObject self, String id, RubyModule definingModule, IRubyObject[] args, Block block)

public static IRubyObject
instanceSuperIterSplatArgs(ThreadContext context, IRubyObject self, String methodName, RubyModule definingModule, IRubyObject[] args, Block block, boolean[] splatMap)

public static IRubyObject
instanceSuperSplatArgs(ThreadContext context, IRubyObject self, String methodName, RubyModule definingModule, IRubyObject[] args, Block block, boolean[] splatMap)

public static IRubyObject
public static IRubyObject
public static IRubyObject
irReqdArgMultipleAsgn(ThreadContext context, RubyArray<T extends IRubyObject> rubyArray, int preArgsCount, int index, int postArgsCount)

public static int
irReqdArgMultipleAsgnIndex(int n, int preArgsCount, int index, int postArgsCount)

public static RubyArray<T extends IRubyObject>
public static IRubyObject
public static RubyBoolean
public static boolean
public static IRubyObject
isDefinedBackref(ThreadContext context, IRubyObject definedMessage)

public static IRubyObject
isDefinedCall(ThreadContext context, IRubyObject self, IRubyObject receiver, String name, IRubyObject definedMessage)

public static IRubyObject
isDefinedClassVar(ThreadContext context, RubyModule receiver, String name, IRubyObject definedMessage)

public static IRubyObject
isDefinedConstantOrMethod(ThreadContext context, IRubyObject receiver, RubyString name, IRubyObject definedConstantMessage, IRubyObject definedMethodMessage)

public static IRubyObject
isDefinedGlobal(ThreadContext context, String name, IRubyObject definedMessage)

public static IRubyObject
isDefinedMethod(ThreadContext context, IRubyObject receiver, String name, boolean checkIfPublic, IRubyObject definedMessage)

public static IRubyObject
isDefinedNthRef(ThreadContext context, int matchNumber, IRubyObject definedMessage)

public static IRubyObject
isDefinedSuper(ThreadContext context, IRubyObject receiver, IRubyObject definedMessage)

public static IRubyObject
isDefinedSuper(ThreadContext context, IRubyObject receiver, String frameName, RubyModule frameClass, IRubyObject definedMessage)

public static IRubyObject
isEQQ(ThreadContext context, IRubyObject receiver, IRubyObject value, CallSite callSite, boolean splattedValue)

public static IRubyObject
public static IRubyObject
private static boolean
isJavaExceptionHandled(ThreadContext context, IRubyObject excType, Object excObj, boolean arrayCheck)

private static boolean
private static boolean
private static IRubyObject

Returns:

the result of invoking the super method via a shim method
javaProxySuper
(ThreadContext
the current context
context
,
JavaProxy
the proxy wrapper
self
,
String
the method name
id
,
RubyClass
the module in which the calling method is defined
definingModule
,
IRubyObject[]
arguments to the call
args
,
InstanceMethodInvoker
the invoker for the super method found using using Ruby super logic
superMethod
)

Perform a super invocation against a Java proxy, using proxy logic to locate and invoke the appropriate shim method.

public static IRubyObject
public static IRubyObject
lexicalSearchConst(ThreadContext context, StaticScope staticScope, String constName)

public static IRubyObject
match3(ThreadContext context, RubyRegexp regexp, IRubyObject argValue)

public static IRubyObject
mergeKeywordArguments(ThreadContext context, IRubyObject restKwarg, IRubyObject explicitKwarg, boolean checkForDuplicates)

public static boolean
needsSplatting(boolean[] splatmap)

public static RubyArray<T extends IRubyObject>
public static RubyArray<T extends IRubyObject>
public static RubyArray<T extends IRubyObject>
public static final ByteList
newByteListFromRaw(Ruby runtime, String str, String encoding)

public static DynamicMethod
newCompiledClassBody(ThreadContext context, MethodHandle handle, String id, int line, StaticScope scope, Object container, Object superClass, boolean maybeRefined)

public static DynamicMethod
newCompiledMetaClass(ThreadContext context, MethodHandle handle, StaticScope scope, IRubyObject obj, int line, boolean refinements, boolean dynscopeEliminated)

Construct a new DynamicMethod to wrap the given IRModuleBody and singletonizable object.

public static DynamicMethod
newCompiledModuleBody(ThreadContext context, MethodHandle handle, String id, int line, StaticScope scope, Object rubyContainer, boolean maybeRefined)

public static RubyComplex
public static RubySymbol
public static RubyRegexp
newDynamicRegexp(ThreadContext context, IRubyObject[] pieces, int embeddedOptions)

public static RubyRegexp
newDynamicRegexp(ThreadContext context, IRubyObject arg0, int embeddedOptions)

public static RubyRegexp
newDynamicRegexp(ThreadContext context, IRubyObject arg0, IRubyObject arg1, int embeddedOptions)

public static RubyRegexp
newDynamicRegexp(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, int embeddedOptions)

public static RubyRegexp
newDynamicRegexp(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, int embeddedOptions)

public static RubyRegexp
newDynamicRegexp(ThreadContext context, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, IRubyObject arg3, IRubyObject arg4, int embeddedOptions)

public static Binding
public static RubyString
newFrozenString(ThreadContext context, ByteList bytelist, int coderange, String file, int line)

public static RubyString
newFrozenStringFromRaw(ThreadContext context, String str, String encoding, int cr, String file, int line)

public static FunctionalCachingCallSite
public static DynamicMethod
newInterpretedMetaClass(Ruby runtime, IRScope metaClassBody, IRubyObject obj)

Construct a new DynamicMethod to wrap the given IRModuleBody and singletonizable object.

public static RubyProc
public static RubyRegexp
public static RubyRegexp
newLiteralRegexp(ThreadContext context, ByteList source, int embeddedOptions)

private static RubyClass
newMetaClassFromIR(Ruby runtime, StaticScope scope, IRubyObject obj, boolean refinements)

public static MonomorphicCallSite
public static IRubyObject
newProc(Ruby runtime, Block block)

public static IRubyObject
newProc(ThreadContext context, Block block)

public static ProfilingCachingCallSite
newProfilingCachingCallSite(CallType callType, String name, IRScope scope, long callSiteId)

public static RubyRational
public static RefinedCachingCallSite
public static RaiseException
public static RubyModule
newRubyClassFromIR(Ruby runtime, String id, StaticScope scope, Object superClass, Object container, boolean maybeRefined)

public static RubyModule
newRubyModuleFromIR(ThreadContext context, String id, StaticScope scope, Object rubyContainer, boolean maybeRefined)

public static RubyProc
newSymbolProc(ThreadContext context, ByteList value)

Create a new Symbol.to_proc for the given symbol name and encoding.

public static RubyProc
newSymbolProc(ThreadContext context, RubySymbol symbol)

Create a new Symbol.to_proc for the given symbol name and encoding.

public static VariableCachingCallSite
public static IRubyObject
nthMatch(ThreadContext context, int matchNumber)

public static Block
public static IRubyObject[]
prepareBlockArgs(ThreadContext context, Block block, IRubyObject[] args, boolean usesKwArgs, boolean ruby2Keywords)

private static IRubyObject[]
public static IRubyObject[]
public static IRubyObject[]
prepareNoBlockArgs(ThreadContext context, Block block, IRubyObject[] args)

Check whether incoming args are zero length for a lambda, and no-op for non-lambda.

private static IRubyObject[]
public static DynamicScope
public static IRubyObject[]
public static DynamicScope
pushBlockDynamicScopeIfNeeded(ThreadContext context, Block block, boolean pushNewDynScope, boolean reuseParentDynScope)

public static DynamicScope
public static DynamicScope
public static void
public static void
public static void
public static void
putConst(ThreadContext context, IRubyObject self, IRubyObject module, String id, IRubyObject value)

public static void
putConst(ThreadContext context, IRubyObject self, IRubyObject module, String id, IRubyObject value, StaticScope scope, int line)

private static void
putConst(ThreadContext context, IRubyObject self, IRubyObject module, String id, IRubyObject value, String filename, int line)

public static IRubyObject
public static IRubyObject
public static IRubyObject
public static IRubyObject
receiveKeywords(ThreadContext context, IRubyObject[] args, boolean hasRestArgs, boolean acceptsKeywords, boolean ruby2_keywords_method)

Handle incoming keyword arguments given the receiver's rest arg, keyword acceptance, and need for ruby2_keywords.

private static IRubyObject
receiveKeywordsHash(ThreadContext context, IRubyObject[] args, boolean hasRestArgs, boolean acceptsKeywords, boolean ruby2_keywords_method, int callInfo)

private static IRubyObject
public static IRubyObject

Returns:

the prepared kwargs hash, or UNDEFINED as a sigil for no kwargs
receiveNormalKeywordsNoRestNoKeywords
(ThreadContext context, IRubyObject[] args)

Simplified receiveKeywords when:

  • receiver is not a ruby2_keywords method
  • receiver does not accept keywords
  • there's no rest argument
  • public static IRubyObject
    receiveOptArg(IRubyObject[] args, IRubyObject keywords, int requiredArgs, int preArgs, int argIndex)

    public static IRubyObject
    receivePostReqdArg(ThreadContext context, IRubyObject[] args, IRubyObject keywords, int pre, int opt, boolean rest, int post, int argIndex)

    public static IRubyObject
    receiveRestArg(ThreadContext context, IRubyObject[] args, IRubyObject keywords, int required, int argIndex)

    private static IRubyObject
    receiverSpecificArityKwargsCommon(ThreadContext context, IRubyObject last, int callInfo, boolean isKwarg)

    private static IRubyObject
    public static IRubyObject
    receiveSpecificArityKeywords(ThreadContext context, IRubyObject last, boolean ruby2Keywords)

    private static IRubyObject
    public static RubyEncoding
    public static Encoding
    public static IRubyObject
    public static IRubyObject
    searchConst(ThreadContext context, StaticScope staticScope, String constName, boolean noPrivateConsts)

    private static RubyClass
    public static void
    setCallInfo(ThreadContext context, int flags)

    public static IRubyObject
    public static IRubyObject
    private static void
    private static boolean
    shouldHandleKwargs(IRubyObject[] args, int callInfo)

    public static boolean

    Returns:

    whether to print IR
    shouldPrintIR
    (final Ruby
    the current runtime
    runtime
    )

    If the ir.print property is enabled and we are not booting, or the ir.print.all property is enabled and we are booting, return true to indicate IR should be printed.

    public static boolean

    Returns:

    whether to print the scope
    shouldPrintScope
    (IRScope
    the scope to match
    scope
    )

    Check if the scope matches the configured ir.print.pattern, or if no pattern is set.

    public static IRubyObject[]
    private static JavaSites.IRRuntimeHelpersSites
    public static IRubyObject[]
    splatArguments(IRubyObject[] args, boolean[] splatMap)

    public static RubyArray<T extends IRubyObject>
    splatArray(ThreadContext context, IRubyObject ary, boolean dupArray)

    Call to_ary to get Array or die typing.

    public static RubyArray<T extends IRubyObject>
    splatArray(ThreadContext context, IRubyObject ary)

    Call to_ary to get Array or die typing.

    public static RubyArray<T extends IRubyObject>
    splatArrayDup(ThreadContext context, IRubyObject ary)

    Call to_ary to get Array or die typing.

    public static IRubyObject
    svalue(ThreadContext context, Object val)

    public static IRubyObject[]
    toAry(ThreadContext context, IRubyObject[] args)

    public static void
    public static final Type[]
    public static long
    public static double
    public static IRubyObject
    public static IRubyObject
    undefMethod(ThreadContext context, Object nameArg, DynamicScope currDynScope, IRubyObject self)

    public static IRubyObject
    public static IRubyObject
    public static IRubyObject
    unresolvedSuperIterSplatArgs(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block, boolean[] splatMap)

    public static IRubyObject
    unresolvedSuperSplatArgs(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block, boolean[] splatMap)

    public static Object
    public static IRubyObject
    public static void
    updateCoverage(ThreadContext context, String filename, int line)

    Update coverage data for the given file and zero-based line number.

    public static IRubyObject
    public static void
    private static IRubyObject
    wrapJavaException(final ThreadContext context, final IRubyObject excType, final Throwable throwable)

    private static IRubyObject
    wrapWithNativeException(ThreadContext context, Throwable throwable, Ruby runtime)

    public static IRubyObject
    yield(ThreadContext context, Block b, IRubyObject yieldVal, boolean unwrapArray)

    public static IRubyObject
    public static IRubyObject
    public static IRubyObject
    zSuper(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)

    public static IRubyObject
    zSuperSplatArgs(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block, boolean[] splatMap)

    Inherited from java.lang.Object:
    cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait