Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.cc444 Node* const args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments() local
445 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments()
449 effect, control, args_state, context, shared, &has_aliased_arguments); in ReduceJSCreateArguments()
477 Node* const args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments() local
478 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments()
480 Node* const elements = AllocateArguments(effect, control, args_state); in ReduceJSCreateArguments()
508 Node* const args_state = GetArgumentsFrameState(frame_state); in ReduceJSCreateArguments() local
509 FrameStateInfo args_state_info = OpParameter<FrameStateInfo>(args_state); in ReduceJSCreateArguments()
512 AllocateRestArguments(effect, control, args_state, start_index); in ReduceJSCreateArguments()