/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator-reducer.cc | 76 return m.ResolvedValue() ? Decision::kTrue : Decision::kFalse; in DecideCondition() 80 return Decision::kTrue; in DecideCondition() 85 return *maybe_result ? Decision::kTrue : Decision::kFalse; in DecideCondition() 103 DecideCondition(cond->InputAt(2)) == Decision::kTrue)) { in ReduceBranch() 131 Replace(use, (decision == Decision::kTrue) ? control : dead()); in ReduceBranch() 166 if (condition_is_true == (decision == Decision::kTrue)) { in ReduceDeoptimizeConditional() 396 case Decision::kTrue: in ReduceSelect() 473 if (decision == Decision::kTrue) { in ReduceStaticAssert() 490 } else if ((decision == Decision::kTrue) == trapping_condition) { in ReduceTrapConditional()
|
H A D | simplified-operator-reducer.cc | 27 return IsSmiDouble(m.ResolvedValue()) ? Decision::kTrue : Decision::kFalse; in DecideObjectIsSmi() 31 if (m.IsChangeInt31ToTaggedSigned()) return Decision::kTrue; in DecideObjectIsSmi() 198 if (DecideObjectIsSmi(input) == Decision::kTrue) { in Reduce() 215 case Decision::kTrue: in Reduce()
|
H A D | memory-lowering.cc | 158 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw() 164 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw() 177 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw() 183 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw() 345 if (allow_large_objects == AllowLargeObjects::kTrue) { in ReduceAllocateRaw()
|
H A D | common-operator.h | 43 enum class BranchHint : uint8_t { kNone, kTrue, kFalse }; member in v8::internal::compiler::BranchHint 49 case BranchHint::kTrue: in NegateBranchHint() 52 return BranchHint::kTrue; in NegateBranchHint()
|
H A D | graph-reducer.h | 30 enum class Decision : uint8_t { kUnknown, kTrue, kFalse }; member in v8::internal::compiler::Decision
|
H A D | wasm-compiler.cc | 246 : AllowLargeObjects::kTrue; in Allocate() 251 AllowLargeObjects allow_large = AllowLargeObjects::kTrue) { 1438 return gasm_->Branch(cond, true_node, false_node, BranchHint::kTrue); in BranchExpectTrue() 2470 BranchHint::kTrue); in MemoryGrow() member in v8::internal::compiler::BranchHint 2804 graph()->NewNode(c->Branch(BranchHint::kTrue), check0, control()); in BuildI32AsmjsRemS() 2846 graph()->NewNode(c->Branch(BranchHint::kTrue), check1, if_false0); in BuildI32AsmjsRemS() 3357 success_control, failure_control, BranchHint::kTrue); in CompareToInternalFunctionAtIndex() 3508 Diamond d(graph(), mcgraph()->common(), check, BranchHint::kTrue); in BuildConvertUint32ToSmiWithSaturation() member in v8::internal::compiler::BranchHint 4240 gasm_->UintLessThan(index, mem_size), BranchHint::kTrue); in BuildAsmjsLoadMem() member in v8::internal::compiler::BranchHint 4284 BranchHint::kTrue); in BuildAsmjsStoreMem() member in v8::internal::compiler::BranchHint [all...] |
H A D | js-call-reducer.cc | 127 hint_ = BranchHint::kTrue; in ExpectTrue() 159 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in ~IfBuilder0() 202 hint_ = BranchHint::kTrue; in ExpectTrue() 226 auto if_false = (hint_ == BranchHint::kTrue) ? gasm_->MakeDeferredLabel() in Value() 504 BranchHint::kTrue); in Do() member in v8::internal::compiler::JSCallReducerAssembler::ForBuilder0::BranchHint 575 BranchHint::kTrue, arg0); in Value() member in v8::internal::ForBuilder1::BranchHint 3155 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); 3226 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); 3925 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); 5420 graph()->NewNode(common()->Branch(BranchHint::kTrue), chec [all...] |
H A D | graph-assembler.h | 375 // so {GotoIfNot(..., BranchHint::kTrue)} means "optimize for the case where 700 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in Branch() 781 BranchHint hint = label->IsDeferred() ? BranchHint::kTrue : BranchHint::kNone; in GotoIfNot()
|
H A D | raw-machine-assembler.cc | 475 if (hint == BranchHint::kTrue) { in MarkControlDeferred() 494 new_branch_hint = BranchHint::kTrue; in MarkControlDeferred()
|
H A D | scheduler.cc | 481 hint_from_profile = BranchHint::kTrue; in ConnectBranch() 494 case BranchHint::kTrue: in ConnectBranch() 502 case BranchHint::kTrue: in ConnectBranch()
|
H A D | js-typed-lowering.cc | 617 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSAdd() 1124 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSToObject() 1252 graph()->NewNode(common()->Branch(BranchHint::kTrue), check10, if_true1); in ReduceJSHasInPrototypeChain() 1893 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSForInNext() 1998 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control); in ReduceJSForInPrepare()
|
H A D | graph-assembler.cc | 562 hint = if_false->IsDeferred() ? BranchHint::kTrue : BranchHint::kFalse; in BranchWithCriticalSafetyCheck()
|
H A D | js-native-context-specialization.cc | 2764 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in BuildElementAccess() 2836 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in BuildElementAccess() 2976 Node* branch = graph()->NewNode(common()->Branch(BranchHint::kTrue), in BuildElementAccess() 3261 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, *control); in BuildIndexedStringLoad()
|
H A D | simplified-lowering.cc | 4399 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberOrNumericTruncatesToFloat64() 4501 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control); in DoJSToNumberOrNumericTruncatesToWord32() 4664 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Div() 4741 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, in Int32Mod() 4784 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue), in Int32Mod()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 46 const char* kTrue[] = {"1", "t", "true", "y", "yes"}; in AbslParseFlag() local 48 static_assert(sizeof(kTrue) == sizeof(kFalse), "true_false_equal"); in AbslParseFlag() 52 for (size_t i = 0; i < ABSL_ARRAYSIZE(kTrue); ++i) { in AbslParseFlag() 53 if (absl::EqualsIgnoreCase(text, kTrue[i])) { in AbslParseFlag()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | token.h | 309 kTrue, member in tint::reader::wgsl::Token::Type 384 type_ == Type::kUintLiteral || type_ == Type::kTrue || in IsLiteral()
|
H A D | token.cc | 300 case Token::Type::kTrue: in TypeToName()
|
H A D | lexer.cc | 1124 return {Token::Type::kTrue, source, "true"}; in check_keyword()
|
H A D | lexer_test.cc | 709 TokenData{"true", Token::Type::kTrue},
|
/third_party/node/deps/v8/src/objects/ |
H A D | oddball.h | 62 static const byte kTrue = 1; member in v8::internal::Oddball
|
H A D | value-serializer.cc | 101 kTrue = 'T', member in v8::internal::SerializationTag 487 case Oddball::kTrue: in WriteOddball() 488 tag = SerializationTag::kTrue; in WriteOddball() 1454 case SerializationTag::kTrue: in ReadObjectInternal()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-macro-assembler.cc | 189 static constexpr uint32_t kTrue = 1; in IsCharacterInRangeArray() local 202 return (length % 2) == 0 ? kFalse : kTrue; in IsCharacterInRangeArray() 228 return (current_range_start_index % 2) == 0 ? kTrue : kFalse; in IsCharacterInRangeArray()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 723 static const Condition kTrue; member in absl::Condition 748 Condition(); // null constructor used only to create kTrue
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 601 Oddball::cast(obj).set_kind(Oddball::kTrue); in CreateInitialMaps() 718 Oddball::kTrue); in CreateInitialObjects() member in v8::internal::Oddball
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 904 enum class AllowLargeObjects { kFalse, kTrue };
|