Searched refs:kFoldable (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | operator.h | 47 kFoldable = kNoRead | kNoWrite, enumerator 48 kKontrol = kFoldable | kNoThrow,
|
D | common-operator.cc | 147 V(Dead, Operator::kFoldable, 0, 0, 0, 1, 1, 1) \ 154 V(OsrNormalEntry, Operator::kFoldable, 0, 1, 1, 0, 1, 1) \ 155 V(OsrLoopEntry, Operator::kFoldable, 0, 1, 1, 0, 1, 1) \ 534 IrOpcode::kStart, Operator::kFoldable, // opcode in Start() 842 Operator::kFoldable | Operator::kNoThrow, // flags in Projection()
|
/external/v8/test/cctest/compiler/ |
D | test-operator.cc | 15 #define FOLD Operator::kFoldable
|
/external/v8/test/unittests/compiler/ |
D | common-operator-unittest.cc | 51 SHARED(Dead, Operator::kFoldable, 0, 0, 0, 1, 1, 1),
|