Home | History | Annotate | Download | only in x64

Lines Matching refs:V8_UINT64_C

59   static const uint64_t kMaxIntValue = V8_UINT64_C(0x80000000);
64 static const uint64_t kMaxUIntValue = V8_UINT64_C(0x100000000);
348 return (supported_ & (V8_UINT64_C(1) << f)) != 0;
352 return (enabled_ & (V8_UINT64_C(1) << f)) != 0;
359 uint64_t mask = (V8_UINT64_C(1) << f);