Searched refs:V8_UINT64_C (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dv8globals.h75 reinterpret_cast<Address>(V8_UINT64_C(0xdeadbeedbeadbeef));
77 reinterpret_cast<Address>(V8_UINT64_C(0x1baddead0baddeaf));
79 reinterpret_cast<Address>(V8_UINT64_C(0x1beefdad0beefdaf));
80 const uint64_t kDebugZapValue = V8_UINT64_C(0xbadbaddbbadbaddb);
81 const uint64_t kSlotsZapValue = V8_UINT64_C(0xbeefdeadbeefdeef);
H A Dglobals.h150 #define V8_UINT64_C(x) (x ## UI64) macro
155 #define V8_UINT64_C(x) (x ## UL) macro
205 const uintptr_t kUintptrAllBitsSet = V8_UINT64_C(0xFFFFFFFFFFFFFFFF);
H A Dexecution.h240 static const uintptr_t kInterruptLimit = V8_UINT64_C(0xfffffffffffffffe);
241 static const uintptr_t kIllegalLimit = V8_UINT64_C(0xfffffffffffffff8);
/external/v8/src/x64/
H A Dassembler-x64.h49 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);
451 return (supported_ & (V8_UINT64_C(1) << f)) != 0;
465 return (enabled & (V8_UINT64_C(1) << f)) != 0;
474 uint64_t mask = V8_UINT64_C(1) << f;
H A Dcode-stubs-x64.cc1631 __ movq(rcx, V8_UINT64_C(0xBFE0000000000000), RelocInfo::NONE);
H A Dlithium-codegen-x64.cc3438 __ Set(kScratchRegister, V8_UINT64_C(0x8000000000000000));

Completed in 177 milliseconds