Lines Matching refs:NodeProperties
48 NodeProperties::SetType(allocation_, type); in Allocate()
83 NodeProperties::SetType(allocation_, NodeProperties::GetType(node)); in FinishAndChange()
87 NodeProperties::ChangeOp(node, common()->FinishRegion()); in FinishAndChange()
109 Node* const outer_state = NodeProperties::GetFrameStateInput(frame_state); in GetArgumentsFrameState()
234 Node* const target = NodeProperties::GetValueInput(node, 0); in ReduceJSCreate()
235 Type* const target_type = NodeProperties::GetType(target); in ReduceJSCreate()
236 Node* const new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreate()
237 Type* const new_target_type = NodeProperties::GetType(new_target); in ReduceJSCreate()
238 Node* const effect = NodeProperties::GetEffectInput(node); in ReduceJSCreate()
287 Node* const frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSCreateArguments()
312 NodeProperties::ChangeOp(node, new_op); in ReduceJSCreateArguments()
324 NodeProperties::ChangeOp(node, new_op); in ReduceJSCreateArguments()
336 NodeProperties::ChangeOp(node, new_op); in ReduceJSCreateArguments()
347 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
348 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments()
349 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
384 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
415 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
455 Node* effect = NodeProperties::GetEffectInput(node); in ReduceNewArray()
456 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
464 if (NodeProperties::GetType(length)->Max() > 0) { in ReduceNewArray()
518 NodeProperties::ChangeOp(node, common()->Call(desc)); in ReduceNewArrayToStubCall()
536 NodeProperties::ChangeOp(node, common()->Call(desc)); in ReduceNewArrayToStubCall()
540 Node* effect = NodeProperties::GetEffectInput(node); in ReduceNewArrayToStubCall()
541 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArrayToStubCall()
542 Node* length = NodeProperties::GetValueInput(node, 2); in ReduceNewArrayToStubCall()
552 Node* context = NodeProperties::GetContextInput(node); in ReduceNewArrayToStubCall()
553 Node* frame_state = NodeProperties::GetFrameStateInput(node); in ReduceNewArrayToStubCall()
622 NodeProperties::ChangeOp(node, common()->Call(desc)); in ReduceNewArrayToStubCall()
629 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArray()
630 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateArray()
633 if (NodeProperties::IsExceptionalCall(node)) return NoChange(); in ReduceJSCreateArray()
651 Node* length = NodeProperties::GetValueInput(node, 2); in ReduceJSCreateArray()
652 Type* length_type = NodeProperties::GetType(length); in ReduceJSCreateArray()
670 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateClosure()
671 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateClosure()
672 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateClosure()
704 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateIterResultObject()
705 Node* done = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateIterResultObject()
706 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateIterResultObject()
728 Node* key = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateKeyValueArray()
729 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateKeyValueArray()
730 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateKeyValueArray()
760 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateLiteral()
761 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteral()
789 Node* const closure = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateFunctionContext()
794 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateFunctionContext()
795 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext()
796 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateFunctionContext()
821 Node* object = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateWithContext()
822 Node* closure = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateWithContext()
823 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateWithContext()
824 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext()
825 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateWithContext()
851 Node* exception = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateCatchContext()
852 Node* closure = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateCatchContext()
853 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateCatchContext()
854 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext()
855 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateCatchContext()
886 Node* const closure = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateBlockContext()
891 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateBlockContext()
892 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext()
893 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateBlockContext()
1247 Node* const closure = NodeProperties::GetValueInput(node, 0); in GetSpecializationLiterals()