Home | History | Annotate | Download | only in x64

Lines Matching refs:V8_UINT64_C

49   static const uint64_t kMaxUInt32 = V8_UINT64_C(0xffffffff);
59 static const uint64_t kMaxInt32 = V8_UINT64_C(0x7fffffff);
64 static const uint64_t kMaxUInt32 = V8_UINT64_C(0xffffffff);
461 return (supported_ & (V8_UINT64_C(1) << f)) != 0;
475 return (enabled & (V8_UINT64_C(1) << f)) != 0;
485 uint64_t mask = V8_UINT64_C(1) << f;