Lines Matching refs:frame_state
219 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionEnter() local
233 FrameStateInfoOf(frame_state->op()).shared_info().ToHandleChecked()); in ReduceJSAsyncFunctionEnter()
256 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionReject() local
272 frame_state = CreateStubBuiltinContinuationFrameState( in ReduceJSAsyncFunctionReject()
274 parameters, arraysize(parameters), frame_state, in ReduceJSAsyncFunctionReject()
281 debug_event, context, frame_state, effect, control); in ReduceJSAsyncFunctionReject()
292 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSAsyncFunctionResolve() local
308 frame_state = CreateStubBuiltinContinuationFrameState( in ReduceJSAsyncFunctionResolve()
310 parameters, arraysize(parameters), frame_state, in ReduceJSAsyncFunctionResolve()
314 context, frame_state, effect, control); in ReduceJSAsyncFunctionResolve()
389 FrameState frame_state = n.frame_state(); in ReduceJSInstanceOf() local
479 0, frame_state, ContinuationFrameStateMode::LAZY); in ReduceJSInstanceOf()
666 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in ReduceJSPromiseResolve() local
690 context, frame_state, effect, control); in ReduceJSPromiseResolve()
1064 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in ReduceNamedAccess() local
1205 lookup_start_object, receiver, value, context, frame_state, effect, in ReduceNamedAccess()
1337 frame_state, this_effect, this_control, feedback.name(), in ReduceNamedAccess()
1453 FrameState frame_state = n.frame_state(); in ReduceJSGetIterator() local
1470 frame_state, ContinuationFrameStateMode::LAZY); in ReduceJSGetIterator()
1509 arraysize(parameters), frame_state, ContinuationFrameStateMode::EAGER); in ReduceJSGetIterator()
1526 context, frame_state, effect, control); in ReduceJSGetIterator()
1742 Node* frame_state = in ReduceElementAccess() local
1745 graph()->NewNode(common()->Checkpoint(), frame_state, effect, control); in ReduceElementAccess()
1983 Node* frame_state = in ReduceEagerDeoptimize() local
1987 frame_state, effect, control); in ReduceEagerDeoptimize()
2146 Node* lookup_start_object, Node* context, Node* frame_state, Node** effect, in InlinePropertyGetterCall() argument
2168 target, receiver, feedback, context, frame_state, *effect, *control); in InlinePropertyGetterCall()
2178 value = InlineApiCall(receiver, holder, frame_state, nullptr, effect, in InlinePropertyGetterCall()
2194 Node* receiver, Node* value, Node* context, Node* frame_state, in InlinePropertySetterCall() argument
2206 target, receiver, value, feedback, context, frame_state, *effect, in InlinePropertySetterCall()
2212 InlineApiCall(receiver, holder, frame_state, value, effect, control, in InlinePropertySetterCall()
2227 Node* receiver, Node* holder, Node* frame_state, Node* value, Node** effect, in InlineApiCall() argument
2262 inputs[index++] = frame_state; in InlineApiCall()
2277 Node* lookup_start_object, Node* receiver, Node* context, Node* frame_state, in BuildPropertyLoad() argument
2299 receiver, receiver_mode, lookup_start_object, context, frame_state, in BuildPropertyLoad()
2351 Node* frame_state, Node* effect, Node* control, NameRef const& name, in BuildPropertyAccess() argument
2357 frame_state, effect, control, name, in BuildPropertyAccess()
2363 return BuildPropertyStore(receiver, value, context, frame_state, effect, in BuildPropertyAccess()
2375 Node* receiver, Node* value, Node* context, Node* frame_state, Node* effect, in BuildPropertyStore() argument
2393 InlinePropertySetterCall(receiver, value, context, frame_state, &effect, in BuildPropertyStore()