V8_UINT64_C       259 src/execution.h   static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe);
V8_UINT64_C       260 src/execution.h   static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
V8_UINT64_C       244 src/globals.h  const uintptr_t kUintptrAllBitsSet = V8_UINT64_C(0xFFFFFFFFFFFFFFFF);
V8_UINT64_C        89 src/platform-openbsd.cc     raw_addr &= V8_UINT64_C(0x3ffffffff000);
V8_UINT64_C       109 src/platform-posix.cc     raw_addr &= V8_UINT64_C(0x3ffffffff000);
V8_UINT64_C        80 src/v8globals.h     reinterpret_cast<Address>(V8_UINT64_C(0xdeadbeedbeadbeef));
V8_UINT64_C        82 src/v8globals.h     reinterpret_cast<Address>(V8_UINT64_C(0x1baddead0baddeaf));
V8_UINT64_C        84 src/v8globals.h     reinterpret_cast<Address>(V8_UINT64_C(0x1beefdad0beefdaf));
V8_UINT64_C        85 src/v8globals.h const uint64_t kDebugZapValue = V8_UINT64_C(0xbadbaddbbadbaddb);
V8_UINT64_C        86 src/v8globals.h const uint64_t kSlotsZapValue = V8_UINT64_C(0xbeefdeadbeefdeef);
V8_UINT64_C        49 src/x64/assembler-x64.h   static const uint64_t kMaxUInt32 = V8_UINT64_C(0xffffffff);
V8_UINT64_C        59 src/x64/assembler-x64.h   static const uint64_t kMaxInt32 = V8_UINT64_C(0x7fffffff);
V8_UINT64_C        64 src/x64/assembler-x64.h   static const uint64_t kMaxUInt32 = V8_UINT64_C(0xffffffff);
V8_UINT64_C       462 src/x64/assembler-x64.h     return (supported_ & (V8_UINT64_C(1) << f)) != 0;
V8_UINT64_C       476 src/x64/assembler-x64.h     return (enabled & (V8_UINT64_C(1) << f)) != 0;
V8_UINT64_C       486 src/x64/assembler-x64.h       uint64_t mask = V8_UINT64_C(1) << f;
V8_UINT64_C      2156 src/x64/code-stubs-x64.cc       __ movq(scratch, V8_UINT64_C(0x3FE0000000000000), RelocInfo::NONE);
V8_UINT64_C      2166 src/x64/code-stubs-x64.cc       __ movq(scratch, V8_UINT64_C(0xFFF0000000000000), RelocInfo::NONE);
V8_UINT64_C      2198 src/x64/code-stubs-x64.cc       __ movq(scratch, V8_UINT64_C(0xFFF0000000000000), RelocInfo::NONE);
V8_UINT64_C      4023 src/x64/lithium-codegen-x64.cc     __ Set(kScratchRegister, V8_UINT64_C(0x8000000000000000));
V8_UINT64_C      3581 src/x64/stub-cache-x64.cc       __ Set(kScratchRegister, V8_UINT64_C(0x8000000000000000));