• Home
  • Raw
  • Download

Lines Matching refs:GetValueInput

77           Node* const value = NodeProperties::GetValueInput(node, i);  in Reduce()
607 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceCheckMaps()
622 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceEnsureWritableFastElements()
623 Node* const elements = NodeProperties::GetValueInput(node, 1); in ReduceEnsureWritableFastElements()
648 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceMaybeGrowFastElements()
677 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceTransitionElementsKind()
713 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceLoadField()
758 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceStoreField()
759 Node* const new_value = NodeProperties::GetValueInput(node, 1); in ReduceStoreField()
795 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceLoadElement()
796 Node* const index = NodeProperties::GetValueInput(node, 1); in ReduceLoadElement()
822 Node* const object = NodeProperties::GetValueInput(node, 0); in ReduceStoreElement()
823 Node* const index = NodeProperties::GetValueInput(node, 1); in ReduceStoreElement()
824 Node* const new_value = NodeProperties::GetValueInput(node, 2); in ReduceStoreElement()
958 Node* const object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
966 Node* const object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
977 Node* const object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
990 Node* const object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
1005 Node* const object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
1006 Node* const index = NodeProperties::GetValueInput(current, 1); in ComputeLoopState()