Lines Matching refs:NodeProperties
40 FrameState outer_state{NodeProperties::GetFrameStateInput(frame_state)}; in GetArgumentsFrameState()
114 Node* const new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreate()
115 Node* const effect = NodeProperties::GetEffectInput(node); in ReduceJSCreate()
116 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreate()
119 NodeProperties::GetJSCreateMap(broker(), node); in ReduceJSCreate()
151 FrameState frame_state{NodeProperties::GetFrameStateInput(node)}; in ReduceJSCreateArguments()
164 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
165 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments()
166 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
196 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
222 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
257 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
258 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments()
259 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
301 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
339 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
383 Node* const closure = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateGeneratorObject()
384 Node* const receiver = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateGeneratorObject()
385 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateGeneratorObject()
386 Type const closure_type = NodeProperties::GetType(closure); in ReduceJSCreateGeneratorObject()
387 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateGeneratorObject()
388 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreateGeneratorObject()
466 Node* effect = NodeProperties::GetEffectInput(node); in ReduceNewArray()
467 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
523 DCHECK(NodeProperties::GetType(length).Is(Type::Number())); in ReduceNewArray()
524 Node* effect = NodeProperties::GetEffectInput(node); in ReduceNewArray()
525 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
528 if (NodeProperties::GetType(length).Max() > 0.0) { in ReduceNewArray()
571 Node* effect = NodeProperties::GetEffectInput(node); in ReduceNewArray()
572 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
587 if (!NodeProperties::GetType(value).Is(Type::SignedSmall())) { in ReduceNewArray()
594 if (!NodeProperties::GetType(value).Is(Type::Number())) { in ReduceNewArray()
635 NodeProperties::GetJSCreateMap(broker(), node); in ReduceJSCreateArray()
638 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateArray()
670 Node* length = NodeProperties::GetValueInput(node, 2); in ReduceJSCreateArray()
671 Type length_type = NodeProperties::GetType(length); in ReduceJSCreateArray()
703 Node* value = NodeProperties::GetValueInput(node, 2 + i); in ReduceJSCreateArray()
704 Type value_type = NodeProperties::GetType(value); in ReduceJSCreateArray()
747 Node* iterated_object = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArrayIterator()
748 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArrayIterator()
749 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateArrayIterator()
774 Node* closure = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateAsyncFunctionObject()
775 Node* receiver = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateAsyncFunctionObject()
776 Node* promise = NodeProperties::GetValueInput(node, 2); in ReduceJSCreateAsyncFunctionObject()
777 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateAsyncFunctionObject()
778 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateAsyncFunctionObject()
779 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateAsyncFunctionObject()
853 Node* iterated_object = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateCollectionIterator()
854 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateCollectionIterator()
855 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCollectionIterator()
887 Node* bound_target_function = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateBoundFunction()
888 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction()
889 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateBoundFunction()
890 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBoundFunction()
901 NodeProperties::GetValueInput(node, 2 + i)); in ReduceJSCreateBoundFunction()
992 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateIterResultObject()
993 Node* done = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateIterResultObject()
994 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateIterResultObject()
1016 Node* string = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateStringIterator()
1017 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateStringIterator()
1039 Node* key = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateKeyValueArray()
1040 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateKeyValueArray()
1041 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateKeyValueArray()
1069 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreatePromise()
1148 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateEmptyLiteralObject()
1149 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateEmptyLiteralObject()
1222 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateFunctionContext()
1223 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext()
1224 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateFunctionContext()
1256 Node* extension = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateWithContext()
1257 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateWithContext()
1258 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext()
1259 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateWithContext()
1277 Node* exception = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateCatchContext()
1278 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateCatchContext()
1279 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext()
1280 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateCatchContext()
1303 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateBlockContext()
1304 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext()
1305 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateBlockContext()
1348 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateObject()
1349 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateObject()
1350 Node* prototype = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateObject()
1351 Type prototype_type = NodeProperties::GetType(prototype); in ReduceJSCreateObject()