Searched refs:kTrue (Results 1 - 25 of 27) sorted by relevance

12

/external/skia/bench/
H A DBenchmark.cpp69 paint->setDither(SkTriState::kTrue == fDither);
H A DBenchmark.h38 kTrue, enumerator in enum:SkTriState::State
/external/v8/src/compiler/
H A Dcommon-operator.h32 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; member in class:v8::internal::compiler::BranchHint
38 case BranchHint::kTrue:
41 return BranchHint::kTrue;
H A Dcommon-operator-reducer.cc22 enum class Decision { kUnknown, kTrue, kFalse }; member in class:v8::internal::compiler::__anon18070::Decision
28 return mcond.Value() ? Decision::kTrue : Decision::kFalse;
32 return mcond.Value() ? Decision::kTrue : Decision::kFalse;
36 return mcond.Value()->BooleanValue() ? Decision::kTrue : Decision::kFalse;
114 Replace(use, (decision == Decision::kTrue) ? control : dead());
314 case Decision::kTrue:
H A Djs-native-context-specialization.cc104 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
211 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue),
278 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue),
321 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue),
346 branch = graph()->NewNode(common()->Branch(BranchHint::kTrue),
639 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue),
654 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue),
679 branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), check,
699 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), check,
803 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue),
[all...]
H A Djs-global-object-specialization.cc189 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
230 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
H A Djs-call-reducer.cc332 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
357 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
475 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
506 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
H A Dcommon-operator.cc23 case BranchHint::kTrue:
321 BranchOperator<BranchHint::kTrue> kBranchTrueOperator;
481 case BranchHint::kTrue:
H A Djs-generic-lowering.cc652 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control);
673 graph()->NewNode(common()->Branch(BranchHint::kTrue), check1, if_true0);
830 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
H A Dsimplified-lowering.cc1532 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
1667 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0,
1745 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0,
1788 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue),
1856 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), rhs,
H A Dchange-lowering.cc406 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
H A Djs-typed-lowering.cc916 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue),
2301 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control);
2321 graph()->NewNode(common()->Branch(BranchHint::kTrue), check1, if_true0);
2451 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control);
H A Dscheduler.cc441 case BranchHint::kTrue:
H A Dwasm-compiler.cc157 BranchHint hint = iftrue ? BranchHint::kFalse : BranchHint::kTrue;
H A Dast-graph-builder.cc3916 fast_block.BreakUnless(check, BranchHint::kTrue);
3958 fast_block.BreakUnless(check, BranchHint::kTrue);
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dxml_interface_parser.cc37 const char XmlInterfaceParser::kTrue[] = "true"; member in class:chromeos_dbus_bindings::XmlInterfaceParser
158 CHECK(value == kTrue || value == kFalse);
159 method.is_const = (value == kTrue);
161 CHECK(value == kTrue || value == kFalse);
162 method.include_dbus_message = (value == kTrue);
H A Dxml_interface_parser.h62 static const char kTrue[]; member in class:chromeos_dbus_bindings::XmlInterfaceParser
/external/v8/test/unittests/compiler/
H A Ddiamond-unittest.cc136 Diamond dt(graph(), common(), Parameter(0), BranchHint::kTrue); member in class:v8::internal::compiler::BranchHint
137 CHECK(BranchHint::kTrue == BranchHintOf(dt.branch->op()));
H A Dcommon-operator-unittest.cc167 const BranchHint kBranchHints[] = {BranchHint::kNone, BranchHint::kTrue,
H A Ddead-code-elimination-unittest.cc74 BranchHint const kHints[] = {BranchHint::kNone, BranchHint::kTrue,
H A Dcommon-operator-reducer-unittest.cc55 BranchHint::kTrue};
H A Dscheduler-unittest.cc1006 Node* br = graph()->NewNode(common()->Branch(BranchHint::kTrue), p0, start);
/external/boringssl/src/crypto/bytestring/
H A Dbytestring_test.cc234 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; local
246 CBS_init(&data, kTrue, sizeof(kTrue));
/external/v8/src/
H A Djson-stringifier.h322 case Oddball::kTrue:
/external/v8/src/heap/
H A Dheap.cc2649 "boolean", Oddball::kTrue));

Completed in 311 milliseconds

12