Searched refs:ValueEffect (Results 1 – 6 of 6) sorted by relevance
157 TEST_F(CommonOperatorTest, ValueEffect) { in TEST_F() argument159 const Operator* op = common()->ValueEffect(arguments); in TEST_F()
96 const Operator* ValueEffect(int arguments);
195 const Operator* CommonOperatorBuilder::ValueEffect(int arguments) { in ValueEffect() function in v8::internal::compiler::CommonOperatorBuilder
267 TARGET_TEST_F(InstructionSelectorTest, ValueEffect) { in TARGET_TEST_F() argument275 m2.NewNode(m2.common()->ValueEffect(1), p2))); in TARGET_TEST_F()
38 V(ValueEffect) \
71 Node* effect = graph()->NewNode(common()->ValueEffect(1), value); in AllocateHeapNumberWithValue()