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

  /external/skia/bench/
Benchmark.h 38 kTrue,
  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.h 141 enum CachedBool { kFalse = 0, kTrue = 1, kNotComputed = 2 };
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 221 static const uint8_t kTrue[] = {0x0a, 3, CBS_ASN1_BOOLEAN, 1, 0xff};
231 CBS_init(&data, kTrue, sizeof(kTrue));
  /external/v8/src/compiler/
common-operator.h 28 enum class BranchHint : uint8_t { kNone, kTrue, kFalse };
34 case BranchHint::kTrue:
37 return BranchHint::kTrue;
wasm-compiler.cc 248 BranchHint hint = iftrue ? BranchHint::kFalse : BranchHint::kTrue;
497 Diamond stack_check(graph(), jsgraph()->common(), check, BranchHint::kTrue);
    [all...]
  /external/v8/src/
value-serializer.cc 59 kTrue = 'T',
362 case Oddball::kTrue:
363 tag = SerializationTag::kTrue;
    [all...]
globals.h 518 enum class Decision : uint8_t { kUnknown, kTrue, kFalse };
528 case Decision::kTrue:
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 110 milliseconds