Home | History | Annotate | Download | only in compiler

Lines Matching refs:control

32   AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control)
36 control_(control) {}
284 Node* const control = graph()->start();
355 effect, control, args_state, context, shared, &has_aliased_arguments);
365 load_native_context, effect, control);
367 AllocationBuilder a(jsgraph(), effect, control);
391 Node* const elements = AllocateArguments(effect, control, args_state);
400 load_native_context, effect, control);
402 AllocationBuilder a(jsgraph(), effect, control);
429 AllocateRestArguments(effect, control, args_state, start_index);
438 load_native_context, effect, control);
440 AllocationBuilder a(jsgraph(), effect, control);
468 Node* control = NodeProperties::GetControlInput(node);
496 AllocateElements(effect, control, elements_kind, capacity, pretenure);
501 AllocationBuilder a(jsgraph(), effect, control);
554 Node* control = NodeProperties::GetControlInput(node);
572 AllocationBuilder a(jsgraph(), effect, control);
624 Node* control = NodeProperties::GetControlInput(node);
638 AllocateFastLiteral(effect, control, boilerplate, &site_context);
640 ReplaceWithValue(node, value, effect, control);
658 Node* control = NodeProperties::GetControlInput(node);
664 AllocationBuilder a(jsgraph(), effect, control);
689 Node* control = NodeProperties::GetControlInput(node);
694 AllocationBuilder a(jsgraph(), effect, control);
713 Node* control = NodeProperties::GetControlInput(node);
718 AllocationBuilder a(jsgraph(), effect, control);
744 Node* control = NodeProperties::GetControlInput(node);
750 AllocationBuilder a(jsgraph(), effect, control);
771 Node* JSCreateLowering::AllocateArguments(Node* effect, Node* control,
783 AllocationBuilder a(jsgraph(), effect, control);
793 Node* JSCreateLowering::AllocateRestArguments(Node* effect, Node* control,
812 AllocationBuilder a(jsgraph(), effect, control);
824 Node* effect, Node* control, Node* frame_state, Node* context,
834 return AllocateArguments(effect, control, frame_state);
849 AllocationBuilder aa(jsgraph(), effect, control);
860 AllocationBuilder a(jsgraph(), arguments, control);
871 Node* JSCreateLowering::AllocateElements(Node* effect, Node* control,
890 AllocationBuilder a(jsgraph(), effect, control);
900 Node* effect, Node* control, Handle<JSObject> boilerplate,
919 Node* elements = AllocateFastLiteralElements(effect, control, boilerplate,
950 value = effect = AllocateFastLiteral(effect, control,
959 jsgraph()->Constant(HeapNumber::kSize), effect, control);
963 effect, control);
968 effect, control);
994 AllocationBuilder builder(jsgraph(), effect, control);
1012 Node* effect, Node* control, Handle<JSObject> boilerplate,
1051 jsgraph()->Constant(i), effect, control);
1069 effect, control, boilerplate_object, site_context);
1079 AllocationBuilder builder(jsgraph(), effect, control);