Lines Matching refs:Runtime
498 TraceBytecode(Runtime::kTraceUnoptimizedBytecodeEntry);
529 TraceBytecode(Runtime::kTraceUnoptimizedBytecodeExit);
558 void BaselineCompiler::TraceBytecode(Runtime::FunctionId function_id) {
561 function_id == Runtime::kTraceUnoptimizedBytecodeEntry
589 CallRuntime(Runtime::kBytecodeBudgetInterruptWithStackCheck,
641 void BaselineCompiler::CallRuntime(Runtime::FunctionId function, Args... args) {
778 CallRuntime(Runtime::kLoadLookupSlot, Constant<Name>(0));
792 CallRuntime(Runtime::kLoadLookupSlotInsideTypeof, Constant<Name>(0));
807 Runtime::FunctionId function_id;
809 function_id = Runtime::kStoreLookupSlot_Strict;
812 function_id = Runtime::kStoreLookupSlot_SloppyHoisting;
814 function_id = Runtime::kStoreLookupSlot_Sloppy;
900 CallRuntime(Runtime::kAbort,
977 // Runtime::kDefineKeyedOwnPropertyInLiteral returns the value that we got
979 CallRuntime(Runtime::kDefineKeyedOwnPropertyInLiteral,
990 CallRuntime(Runtime::kCollectTypeProfile,
1320 Runtime::FunctionId intrinsic_id = iterator().GetIntrinsicIdOperand(0);
1324 case Runtime::kInline##Name: \
1790 CallRuntime(Runtime::kCreateArrayLiteral,
1820 CallRuntime(Runtime::kCreateObjectLiteral,
1863 Runtime::FunctionId function_id =
1865 ? Runtime::kNewClosure_Tenured
1866 : Runtime::kNewClosure;
1872 CallRuntime(Runtime::kPushBlockContext, Constant<ScopeInfo>(0));
1876 CallRuntime(Runtime::kPushCatchContext,
1889 CallRuntime(Runtime::kNewFunctionContext, Constant<ScopeInfo>(0));
1901 CallRuntime(Runtime::kNewFunctionContext, Constant<ScopeInfo>(0));
1906 CallRuntime(Runtime::kPushWithContext,
1913 CallRuntime(Runtime::kNewSloppyArguments, __ FunctionOperand());
2159 CallRuntime(Runtime::kThrow, kInterpreterAccumulatorRegister);
2164 CallRuntime(Runtime::kReThrow, kInterpreterAccumulatorRegister);
2182 CallRuntime(Runtime::kThrowAccessedUninitializedVariable, Constant<Name>(0));
2192 CallRuntime(Runtime::kThrowSuperNotCalled);
2202 CallRuntime(Runtime::kThrowSuperAlreadyCalledError);
2220 CallRuntime(Runtime::kThrowNotSuperConstructor, reg, __ FunctionOperand());
2304 CallRuntime(Runtime::kHandleDebuggerStatement);
2314 CallRuntime(Runtime::kAbort, Smi::FromInt(Index(0)));