Home
last modified time | relevance | path

Searched refs:kTrue (Results 1 – 25 of 31) sorted by relevance

12

/external/perfetto/src/base/
Dthread_checker_unittest.cc31 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/
Dcommon-operator-reducer.cc27 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()
Dsimplified-operator-reducer.cc24 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()
Dcommon-operator.h36 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; enumerator
42 case BranchHint::kTrue: in NegateBranchHint()
45 return BranchHint::kTrue; in NegateBranchHint()
Dmemory-lowering.cc114 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()
Dgraph-reducer.h29 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; enumerator
Djs-call-reducer.cc112 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 …]
Draw-machine-assembler.cc474 if (hint == BranchHint::kTrue) { in MarkControlDeferred()
493 new_branch_hint = BranchHint::kTrue; in MarkControlDeferred()
Dgraph-assembler.h686 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in Branch()
761 BranchHint hint = label->IsDeferred() ? BranchHint::kTrue : BranchHint::kNone; in GotoIfNot()
Djs-typed-lowering.cc610 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()
Dscheduler.cc491 hint_from_profile = BranchHint::kTrue; in ConnectBranch()
504 case BranchHint::kTrue: in ConnectBranch()
512 case BranchHint::kTrue: in ConnectBranch()
Dwasm-compiler.cc351 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()
Djs-native-context-specialization.cc2798 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()
Dsimplified-lowering.cc4062 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()
Dgraph-assembler.cc848 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in BranchWithCriticalSafetyCheck()
/external/boringssl/src/crypto/asn1/
Dasn1_test.cc181 static const uint8_t kTrue[] = {0x01, 0x01, 0xff}; in TEST() local
182 TestSerialize(0xff, i2d_ASN1_BOOLEAN, kTrue); in TEST()
/external/v8/src/objects/
Doddball.h40 static const byte kTrue = 1; variable
Dvalue-serializer.cc81 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/
Dcpdf_streamparser.cpp42 const char kTrue[] = "true"; variable
275 if (WordBufferMatches(kTrue)) { in ParseNextElement()
366 if (WordBufferMatches(kTrue)) in ReadNextObject()
/external/gflags/src/
Dgflags.cc294 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/
Dbytestring_test.cc285 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/
Dsetup-heap-internal.cc578 Oddball::cast(obj).set_kind(Oddball::kTrue); in CreateInitialMaps()
725 Oddball::kTrue); in CreateInitialObjects()
/external/v8/src/json/
Djson-stringifier.cc553 case Oddball::kTrue: in Serialize_()
/external/v8/src/common/
Dglobals.h795 enum class AllowLargeObjects { kFalse, kTrue }; enumerator
/external/v8/src/ast/
Dast.h1672 enum class TaggedTemplateTag { kTrue }; enumerator
3028 Call::TaggedTemplateTag::kTrue); in NewTaggedTemplate()

12