Home
last modified time | relevance | path

Searched refs:kMaxUInt8 (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dsnapshot-source-sink.h76 DCHECK_LE(b, kMaxUInt8); in PutSection()
Dglobals.h113 const int kMaxUInt8 = (1 << 8) - 1; variable
Dhydrogen-instructions.cc3153 return new(zone) Range(kMinUInt8, kMaxUInt8); in InferRange()
3174 return new(zone) Range(kMinUInt8, kMaxUInt8); in InferRange()