• Home
  • Raw
  • Download

Lines Matching refs:NodeProperties

36   Node* const outer_state = NodeProperties::GetFrameStateInput(frame_state);  in GetArgumentsFrameState()
117 Node* const target = NodeProperties::GetValueInput(node, 0); in ReduceJSCreate()
118 Type const target_type = NodeProperties::GetType(target); in ReduceJSCreate()
119 Node* const new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreate()
120 Type const new_target_type = NodeProperties::GetType(new_target); in ReduceJSCreate()
121 Node* const effect = NodeProperties::GetEffectInput(node); in ReduceJSCreate()
122 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreate()
170 Node* const frame_state = NodeProperties::GetFrameStateInput(node); in ReduceJSCreateArguments()
184 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
185 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments()
186 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
218 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
246 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
281 Node* const callee = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArguments()
282 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateArguments()
283 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
325 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
361 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArguments()
406 Node* const closure = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateGeneratorObject()
407 Node* const receiver = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateGeneratorObject()
408 Node* const context = NodeProperties::GetContextInput(node); in ReduceJSCreateGeneratorObject()
409 Type const closure_type = NodeProperties::GetType(closure); in ReduceJSCreateGeneratorObject()
410 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateGeneratorObject()
411 Node* const control = NodeProperties::GetControlInput(node); in ReduceJSCreateGeneratorObject()
482 Node* effect = NodeProperties::GetEffectInput(node); in ReduceNewArray()
483 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
532 Node* effect = NodeProperties::GetEffectInput(node); in ReduceNewArray()
533 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
537 if (NodeProperties::GetType(length).Max() > 0.0) { in ReduceNewArray()
576 Node* effect = NodeProperties::GetEffectInput(node); in ReduceNewArray()
577 Node* control = NodeProperties::GetControlInput(node); in ReduceNewArray()
588 if (!NodeProperties::GetType(value).Is(Type::SignedSmall())) { in ReduceNewArray()
595 if (!NodeProperties::GetType(value).Is(Type::Number())) { in ReduceNewArray()
632 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceNewArrayToStubCall()
633 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceNewArrayToStubCall()
634 Type new_target_type = NodeProperties::GetType(new_target); in ReduceNewArrayToStubCall()
662 NodeProperties::ChangeOp(node, common()->Call(call_descriptor)); in ReduceNewArrayToStubCall()
674 NodeProperties::ChangeOp(node, common()->Call(call_descriptor)); in ReduceNewArrayToStubCall()
685 NodeProperties::ChangeOp(node, common()->Call(call_descriptor)); in ReduceNewArrayToStubCall()
703 Node* target = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArray()
704 Node* new_target = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateArray()
707 : NodeProperties::GetType(new_target); in ReduceJSCreateArray()
746 Node* length = NodeProperties::GetValueInput(node, 2); in ReduceJSCreateArray()
747 Type length_type = NodeProperties::GetType(length); in ReduceJSCreateArray()
779 Node* value = NodeProperties::GetValueInput(node, 2 + i); in ReduceJSCreateArray()
780 Type value_type = NodeProperties::GetType(value); in ReduceJSCreateArray()
833 Node* iterated_object = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateArrayIterator()
834 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateArrayIterator()
835 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateArrayIterator()
892 Node* iterated_object = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateCollectionIterator()
893 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateCollectionIterator()
894 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCollectionIterator()
925 Node* bound_target_function = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateBoundFunction()
926 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction()
927 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateBoundFunction()
928 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBoundFunction()
937 NodeProperties::GetValueInput(node, 2 + i)); in ReduceJSCreateBoundFunction()
965 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateClosure()
966 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateClosure()
967 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateClosure()
1023 Node* value = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateIterResultObject()
1024 Node* done = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateIterResultObject()
1025 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateIterResultObject()
1047 Node* string = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateStringIterator()
1048 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateStringIterator()
1068 Node* key = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateKeyValueArray()
1069 Node* value = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateKeyValueArray()
1070 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateKeyValueArray()
1098 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreatePromise()
1128 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateLiteralArrayOrObject()
1129 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteralArrayOrObject()
1175 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateEmptyLiteralObject()
1176 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateEmptyLiteralObject()
1207 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateLiteralRegExp()
1208 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateLiteralRegExp()
1232 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateFunctionContext()
1233 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateFunctionContext()
1234 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateFunctionContext()
1271 Node* extension = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateWithContext()
1272 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateWithContext()
1273 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateWithContext()
1274 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateWithContext()
1292 Node* exception = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateCatchContext()
1293 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateCatchContext()
1294 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateCatchContext()
1295 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateCatchContext()
1322 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateBlockContext()
1323 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateBlockContext()
1324 Node* context = NodeProperties::GetContextInput(node); in ReduceJSCreateBlockContext()
1349 Node* effect = NodeProperties::GetEffectInput(node); in ReduceJSCreateObject()
1350 Node* control = NodeProperties::GetControlInput(node); in ReduceJSCreateObject()
1351 Node* prototype = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateObject()
1352 Type prototype_type = NodeProperties::GetType(prototype); in ReduceJSCreateObject()