Home
last modified time | relevance | path

Searched refs:kFoldable (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Doperator.h47 kFoldable = kNoRead | kNoWrite, enumerator
48 kKontrol = kFoldable | kNoThrow,
Dcommon-operator.cc147 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/
Dtest-operator.cc15 #define FOLD Operator::kFoldable
/external/v8/test/unittests/compiler/
Dcommon-operator-unittest.cc51 SHARED(Dead, Operator::kFoldable, 0, 0, 0, 1, 1, 1),