Lines Matching refs:CallRuntime
334 TNode<Object> result = CallRuntime(Runtime::kLoadLookupSlot, context, name);
347 CallRuntime(Runtime::kLoadLookupSlotInsideTypeof, context, name);
381 TNode<Object> result = CallRuntime(function_id, context, name);
437 TNode<Object> result = CallRuntime(function_id, context, name);
485 CallRuntime(Runtime::kStoreLookupSlot_Strict, context, name, value);
498 var_result = CallRuntime(Runtime::kStoreLookupSlot_SloppyHoisting,
506 CallRuntime(Runtime::kStoreLookupSlot_Sloppy, context, name, value);
744 CallRuntime(Runtime::kDefineKeyedOwnPropertyInLiteral, context, object, name,
756 CallRuntime(Runtime::kCollectTypeProfile, context, position, value,
1478 // CallRuntime <function_id> <first_arg> <arg_count>
1483 IGNITION_HANDLER(CallRuntime, InterpreterAssembler) {
2310 CallRuntime(Runtime::kCreateArrayLiteral, context, feedback_vector,
2404 CallRuntime(Runtime::kCreateObjectLiteral, context, feedback_vector,
2502 CallRuntime(Runtime::kNewClosure, context, shared, feedback_cell);
2509 TNode<Object> result = CallRuntime(Runtime::kNewClosure_Tenured, context,
2523 SetAccumulator(CallRuntime(Runtime::kPushBlockContext, context, scope_info));
2536 CallRuntime(Runtime::kPushCatchContext, context, exception, scope_info));
2577 CallRuntime(Runtime::kPushWithContext, context, object, scope_info));
2613 CallRuntime(Runtime::kNewSloppyArguments, context, closure);
2662 CallRuntime(Runtime::kThrow, context, exception);
2674 CallRuntime(Runtime::kReThrow, context, exception);
2685 CallRuntime(Runtime::kAbort, NoContextConstant(), SmiTag(Signed(reason)));
2711 CallRuntime(Runtime::kThrowAccessedUninitializedVariable, GetContext(),
2731 CallRuntime(Runtime::kThrowSuperNotCalled, GetContext());
2751 CallRuntime(Runtime::kThrowSuperAlreadyCalledError, GetContext());
2775 CallRuntime(Runtime::kThrowNotSuperConstructor, context, constructor,
2788 CallRuntime(Runtime::kHandleDebuggerStatement, context);
2799 TNode<PairT<Object, Smi>> result_pair = CallRuntime<PairT<Object, Smi>>( \
2847 CallRuntime(Runtime::kForInEnumerate, context, receiver);