HomeSort by relevance Sort by last modified time
    Searched refs:kTrue (Results 1 - 24 of 24) sorted by null

  /external/skia/bench/
Benchmark.cpp 69 paint->setDither(SkTriState::kTrue == fDither);
Benchmark.h 38 kTrue,
  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 180 is_eagerly_finalized_ = kTrue;
212 is_stack_allocated_ = kTrue;
222 is_stack_allocated_ = kTrue;
242 is_non_newable_ = (deleted && all_deleted) ? kTrue : kFalse;
262 is_only_placement_newable_ = (placement && new_deleted) ? kTrue : kFalse;
346 is_declaring_local_trace_ = trace_method_ ? kTrue : kFalse;
351 is_declaring_local_trace_ = kTrue;
473 has_adjust_and_mark && has_is_heap_object_alive ? kTrue : kFalse;
510 record_->hasNonTrivialDestructor() ? kTrue : kFalse;
RecordInfo.h 140 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 };
  /external/v8/src/compiler/
common-operator-reducer.cc 26 return mcond.Value() ? Decision::kTrue : Decision::kFalse;
30 return mcond.Value()->BooleanValue() ? Decision::kTrue : Decision::kFalse;
85 DecideCondition(cond->InputAt(2)) == Decision::kTrue)) {
113 Replace(use, (decision == Decision::kTrue) ? control : dead());
147 if (condition_is_true == (decision == Decision::kTrue)) {
334 case Decision::kTrue:
simplified-operator-reducer.cc 24 return IsSmiDouble(m.Value()) ? Decision::kTrue : Decision::kFalse;
28 if (m.IsChangeInt31ToTaggedSigned()) return Decision::kTrue;
172 if (DecideObjectIsSmi(input) == Decision::kTrue) {
189 case Decision::kTrue:
common-operator.h 27 enum class BranchHint : uint8_t { kNone, kTrue, kFalse };
33 case BranchHint::kTrue:
36 return BranchHint::kTrue;
effect-control-linearizer.cc     [all...]
memory-optimizer.cc 214 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
282 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
common-operator.cc 23 case BranchHint::kTrue:
428 BranchOperator<BranchHint::kTrue> kBranchTrueOperator;
663 case BranchHint::kTrue:
    [all...]
js-builtin-reducer.cc 391 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue),
551 Node* branch2 = graph()->NewNode(common()->Branch(BranchHint::kTrue),
    [all...]
simplified-lowering.cc     [all...]
js-typed-lowering.cc 640 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
    [all...]
js-generic-lowering.cc 669 graph()->NewNode(common()->Branch(BranchHint::kTrue), check, control);
wasm-compiler.cc 180 BranchHint hint = iftrue ? BranchHint::kFalse : BranchHint::kTrue;
433 Diamond stack_check(graph(), jsgraph()->common(), check, BranchHint::kTrue);
    [all...]
scheduler.cc 449 case BranchHint::kTrue:
    [all...]
js-native-context-specialization.cc     [all...]
ast-graph-builder.cc     [all...]
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 256 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff};
268 CBS_init(&data, kTrue, sizeof(kTrue));
  /external/v8/src/
value-serializer.cc 51 kTrue = 'T',
329 case Oddball::kTrue:
330 tag = SerializationTag::kTrue;
    [all...]
globals.h 512 enum class Decision : uint8_t { kUnknown, kTrue, kFalse };
522 case Decision::kTrue:
    [all...]
json-stringifier.cc 309 case Oddball::kTrue:
objects.h     [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 578 milliseconds