Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dassembler-x64.h64 static const uint64_t kMaxUIntValue = V8_UINT64_C(0x100000000); in is_uint32() local
65 return x < kMaxUIntValue; in is_uint32()