HomeSort by relevance Sort by last modified time
    Searched full:valueeffect (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/v8/src/compiler/
common-operator.h 96 const Operator* ValueEffect(int arguments);
common-operator-unittest.cc 157 TEST_F(CommonOperatorTest, ValueEffect) {
159 const Operator* op = common()->ValueEffect(arguments);
common-operator.cc 195 const Operator* CommonOperatorBuilder::ValueEffect(int arguments) {
198 arguments, 0, "ValueEffect");
opcodes.h 38 V(ValueEffect) \
change-lowering.cc 71 Node* effect = graph()->NewNode(common()->ValueEffect(1), value);
instruction-selector-unittest.cc 264 // ValueEffect.
267 TARGET_TEST_F(InstructionSelectorTest, ValueEffect) {
275 m2.NewNode(m2.common()->ValueEffect(1), p2)));

Completed in 666 milliseconds