/external/perfetto/src/base/ |
D | thread_checker_unittest.cc | 31 void* const kTrue = reinterpret_cast<void*>(1); variable 49 return thread_checker.CalledOnValidThread() ? kTrue : kFalse; in TEST() 60 return thread_checker.CalledOnValidThread() ? kTrue : kFalse; in TEST() 62 ASSERT_EQ(kTrue, res); in TEST() 72 return copied_thread_checker.CalledOnValidThread() ? kTrue : kFalse; in TEST() 80 ? kTrue in TEST() 83 ASSERT_EQ(kTrue, res); in TEST()
|
/external/v8/src/compiler/ |
D | common-operator-reducer.cc | 27 return m.ResolvedValue() ? Decision::kTrue : Decision::kFalse; in DecideCondition() 31 return m.Ref(broker).BooleanValue() ? Decision::kTrue : Decision::kFalse; in DecideCondition() 95 DecideCondition(broker(), cond->InputAt(2)) == Decision::kTrue)) { in ReduceBranch() 123 Replace(use, (decision == Decision::kTrue) ? control : dead()); in ReduceBranch() 159 if (condition_is_true == (decision == Decision::kTrue)) { in ReduceDeoptimizeConditional() 390 case Decision::kTrue: in ReduceSelect() 467 if (decision == Decision::kTrue) { in ReduceStaticAssert()
|
D | simplified-operator-reducer.cc | 24 return IsSmiDouble(m.ResolvedValue()) ? Decision::kTrue : Decision::kFalse; in DecideObjectIsSmi() 28 if (m.IsChangeInt31ToTaggedSigned()) return Decision::kTrue; in DecideObjectIsSmi() 191 if (DecideObjectIsSmi(input) == Decision::kTrue) { in Reduce() 208 case Decision::kTrue: in Reduce()
|
D | common-operator.h | 36 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; enumerator 42 case BranchHint::kTrue: in NegateBranchHint() 45 return BranchHint::kTrue; in NegateBranchHint()
|
D | memory-lowering.cc | 114 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw() 120 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw() 255 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
|
D | graph-reducer.h | 29 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; enumerator
|
D | js-call-reducer.cc | 112 hint_ = BranchHint::kTrue; in ExpectTrue() 144 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in ~IfBuilder0() 187 hint_ = BranchHint::kTrue; in ExpectTrue() 211 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in Value() 485 BranchHint::kTrue); in Do() 556 BranchHint::kTrue, arg0); in Value() 3064 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceReflectGet() 3136 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceReflectHas() 3935 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceCallOrConstructWithArrayLikeOrSpread() 4956 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceStringPrototypeSubstr() [all …]
|
D | raw-machine-assembler.cc | 474 if (hint == BranchHint::kTrue) { in MarkControlDeferred() 493 new_branch_hint = BranchHint::kTrue; in MarkControlDeferred()
|
D | graph-assembler.h | 686 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in Branch() 761 BranchHint hint = label->IsDeferred() ? BranchHint::kTrue : BranchHint::kNone; in GotoIfNot()
|
D | js-typed-lowering.cc | 610 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSAdd() 1114 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSToObject() 1242 graph()->NewNode(common()->Branch(BranchHint::kTrue), check10, if_true1); in ReduceJSHasInPrototypeChain() 1908 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSCall() 2013 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSCall()
|
D | scheduler.cc | 491 hint_from_profile = BranchHint::kTrue; in ConnectBranch() 504 case BranchHint::kTrue: in ConnectBranch() 512 case BranchHint::kTrue: in ConnectBranch()
|
D | wasm-compiler.cc | 351 Diamond stack_check(graph(), mcgraph()->common(), check, BranchHint::kTrue); in StackCheck() 1002 BranchHint::kTrue); in BranchExpectTrue() 2432 graph()->NewNode(c->Branch(BranchHint::kTrue), check0, graph()->start()); in BuildI32AsmjsRemS() 2474 graph()->NewNode(c->Branch(BranchHint::kTrue), check1, if_false0); in BuildI32AsmjsRemS() 3261 Diamond d(graph(), mcgraph()->common(), check, BranchHint::kTrue); in BuildConvertUint32ToSmiWithSaturation() 4245 BranchHint::kTrue); in BuildAsmjsLoadMem() 4288 BranchHint::kTrue); in BuildAsmjsStoreMem() 6268 Diamond type_check(graph(), mcgraph()->common(), check, BranchHint::kTrue); in BuildCheckValidRefValue() 6409 BranchHint::kTrue); in BuildModifyThreadInWasmFlag() 6979 mcgraph()->common()->Branch(BranchHint::kTrue), in BuildCapiCallWrapper()
|
D | js-native-context-specialization.cc | 2798 common()->Branch(BranchHint::kTrue, in BuildElementAccess() 2871 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in BuildElementAccess() 3013 common()->Branch(BranchHint::kTrue, in BuildElementAccess() 3298 graph()->NewNode(common()->Branch(BranchHint::kTrue, in BuildIndexedStringLoad()
|
D | simplified-lowering.cc | 4062 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberOrNumericTruncatesToFloat64() 4164 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberOrNumericTruncatesToWord32() 4327 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Div() 4404 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Mod() 4447 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue), in Int32Mod()
|
D | graph-assembler.cc | 848 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in BranchWithCriticalSafetyCheck()
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_test.cc | 181 static const uint8_t kTrue[] = {0x01, 0x01, 0xff}; in TEST() local 182 TestSerialize(0xff, i2d_ASN1_BOOLEAN, kTrue); in TEST()
|
/external/v8/src/objects/ |
D | oddball.h | 40 static const byte kTrue = 1; variable
|
D | value-serializer.cc | 81 kTrue = 'T', enumerator 454 case Oddball::kTrue: in WriteOddball() 455 tag = SerializationTag::kTrue; in WriteOddball() 1265 case SerializationTag::kTrue: in ReadObjectInternal()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamparser.cpp | 42 const char kTrue[] = "true"; variable 275 if (WordBufferMatches(kTrue)) { in ParseNextElement() 366 if (WordBufferMatches(kTrue)) in ReadNextObject()
|
/external/gflags/src/ |
D | gflags.cc | 294 const char* kTrue[] = { "1", "t", "true", "y", "yes" }; in ParseFrom() local 296 COMPILE_ASSERT(sizeof(kTrue) == sizeof(kFalse), true_false_equal); in ParseFrom() 297 for (size_t i = 0; i < sizeof(kTrue)/sizeof(*kTrue); ++i) { in ParseFrom() 298 if (strcasecmp(value, kTrue[i]) == 0) { in ParseFrom()
|
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 285 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff}; in TEST() local 295 CBS_init(&data, kTrue, sizeof(kTrue)); in TEST()
|
/external/v8/src/heap/ |
D | setup-heap-internal.cc | 578 Oddball::cast(obj).set_kind(Oddball::kTrue); in CreateInitialMaps() 725 Oddball::kTrue); in CreateInitialObjects()
|
/external/v8/src/json/ |
D | json-stringifier.cc | 553 case Oddball::kTrue: in Serialize_()
|
/external/v8/src/common/ |
D | globals.h | 795 enum class AllowLargeObjects { kFalse, kTrue }; enumerator
|
/external/v8/src/ast/ |
D | ast.h | 1672 enum class TaggedTemplateTag { kTrue }; enumerator 3028 Call::TaggedTemplateTag::kTrue); in NewTaggedTemplate()
|