Modifier and Type | Class and Description |
---|---|
private static class | |
private static class | |
private static class |
Modifier and Type | Field and Description |
---|---|
private static final RubyHash. | |
private static final IRRuntimeHelpers. | |
private static final Logger |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static void | |
public static boolean | |
public static int | |
public static RubyString | asString(ThreadContext context, IRubyObject caller, IRubyObject target, CallSite site)
asString using a given call site |
public static boolean[] | |
public static IRubyObject | callOptimizedAref(ThreadContext context, IRubyObject caller, IRubyObject target, RubyString keyStr, CallSite site)
|
public static void | callTrace(ThreadContext context, IRubyObject selfClass, RubyEvent event, String name, String filename, int line)
|
public static void | |
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 | checkForExtraUnwantedKeywordArgs(ThreadContext context, final StaticScope scope, RubyHash keywordArgs)
|
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[] | convertValueIntoArgArray(ThreadContext context, RubyArray<T extends IRubyObject> array, Signature signature)
|
public static IRScope | |
public static boolean[] | |
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 | defInterpretedInstanceMethod(ThreadContext context, IRScope method, DynamicScope currDynScope, IRubyObject self)
|
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 | |
private static IRScopeType | |
public static IRubyObject | |
public static boolean | |
public static boolean | |
public static RubyModule | |
public static boolean | |
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 purposesthe 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 | |
public static RubyClass | |
public static IRubyObject | |
public static Block | |
public static RubyClass | |
private static CacheEntry | |
public static RubyClass | |
public static VariableAccessor | |
public static VariableAccessor | |
public static IRubyObject | handleBreakAndReturnsInLambdas(ThreadContext context, DynamicScope dynScope, Object exc, Block block)
|
public static IRubyObject | |
public static IRubyObject | |
public static IRubyObject | |
public static boolean | |
public static boolean | |
public static boolean | |
public static IRubyObject | inheritedSearchConst(ThreadContext context, IRubyObject cmVal, String constName, boolean noPrivateConsts)
|
public static IRubyObject | |
public static IRubyObject | |
public static boolean | |
public static boolean | |
public static boolean | |
public static boolean | |
public static boolean | |
private static boolean | |
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 | |
public static RubyArray | |
public static IRubyObject | |
public static RubyBoolean | |
public static boolean | |
public static IRubyObject | |
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 | |
public static IRubyObject | isDefinedMethod(ThreadContext context, IRubyObject receiver, String name, boolean checkIfPublic, IRubyObject definedMessage)
|
public static IRubyObject | |
public static IRubyObject | |
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 methodthe 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 | |
public static IRubyObject | |
public static IRubyObject | mergeKeywordArguments(ThreadContext context, IRubyObject restKwarg, IRubyObject explicitKwarg, boolean checkForDuplicates)
|
public static boolean | |
public static RubyArray | |
public static RubyArray | |
public static RubyArray | |
public static final ByteList | |
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 | |
public static RubyRegexp | |
public static RubyRegexp | |
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 | |
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 | |
private static RubyClass | |
public static MonomorphicCallSite | |
public static IRubyObject | |
public static IRubyObject | |
public static ProfilingCachingCallSite | |
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 | |
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 | putClassVariable(ThreadContext context, IRubyObject self, RubyModule module, String id, IRubyObject value)
|
public static void | |
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 kwargsSimplified receiveKeywords when: |
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 | |
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 | |
public static IRubyObject | |
public static IRubyObject | |
private static void | |
private static boolean | |
public static boolean | Returns: whether to print IRthe 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 scopethe 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. | |
public static IRubyObject[] | |
public static RubyArray | splatArray(ThreadContext context, IRubyObject ary, boolean dupArray)
Call to_ary to get Array or die typing. |
public static RubyArray | |
public static RubyArray | |
public static IRubyObject | |
public static IRubyObject[] | |
public static void | |
public static final Type[] | |
public static long | |
public static double | |
public static IRubyObject | |
public static IRubyObject | |
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 | |
public static IRubyObject | |
public static IRubyObject | |
public static IRubyObject | |
public static IRubyObject | |
public static IRubyObject | zSuperSplatArgs(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block, boolean[] splatMap)
|