Home
last modified time | relevance | path

Searched refs:args_state (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Djs-typed-lowering.cc1573 Node* const args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments() local
1574 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments()
1578 effect, control, args_state, context, shared, &has_aliased_arguments); in ReduceJSCreateArguments()
1612 Node* const args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments() local
1613 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments()
1615 Node* const elements = AllocateArguments(effect, control, args_state); in ReduceJSCreateArguments()
1647 Node* const args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments() local
1648 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments()
1651 AllocateRestArguments(effect, control, args_state, p.start_index()); in ReduceJSCreateArguments()