Lines Matching defs:call
301 // Helper function to compute call frequency from the recorded type
310 // Helper function to determine the call feedback relation from the recorded
1268 // so that on next call of VisitSingleBytecode they will get popped from
2583 const Operator* call = javascript()->Call(arity);
2586 Node* value = MakeNode(call, arity, call_args);
2620 // Create node to perform the runtime call.
2621 const Operator* call = javascript()->CallRuntime(function_id, reg_count);
2622 Node* value = ProcessCallRuntimeArguments(call, receiver, reg_count);
2642 // Create node to perform the runtime call.
2643 const Operator* call = javascript()->CallRuntime(functionId, reg_count);
2644 Node* return_pair = ProcessCallRuntimeArguments(call, receiver, reg_count);
2748 // Create node to perform the runtime call. Turbofan will take care of the
2750 const Operator* call = javascript()->CallRuntime(functionId, reg_count);
2751 Node* value = ProcessCallRuntimeArguments(call, receiver, reg_count);
2759 Node* call = NewNode(javascript()->CallRuntime(Runtime::kThrow), value);
2760 environment()->BindAccumulator(call, Environment::kAttachFrameState);
3540 Node* call = NewNode(javascript()->Debugger());
3541 environment()->RecordAfterState(call, Environment::kAttachFrameState);
3555 // Lowered by js-intrinsic-lowering to call Builtin::kIncBlockCounter.
3791 // Fallthrough for the first-call case.