Searched defs:kNoProperties (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dvalue-numbering-reducer-unittest.cc17 const SimpleOperator kOp0(0, Operator::kNoProperties, 0, 1, "op0");
18 const SimpleOperator kOp1(1, Operator::kNoProperties, 1, 1, "op1");
64 opcode, Operator::kNoProperties, 0, 1, "Operator"));
68 Operator::kNoProperties, member in class:v8::internal::compiler::Operator
75 Operator::kNoProperties, member in class:v8::internal::compiler::Operator
92 opcode, Operator::kNoProperties, 0, 1, "Operator"));
95 const SimpleOperator op1(1, Operator::kNoProperties,
H A Doperator.h35 kNoProperties = 0, enumerator in enum:v8::internal::compiler::Operator::Property

Completed in 147 milliseconds