Searched defs:kIntptrSignBit (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dglobals.h142 const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000); member in namespace:v8::internal
148 const intptr_t kIntptrSignBit = 0x80000000; member in namespace:v8::internal
223 const intptr_t kSmiSignMask = kIntptrSignBit;

Completed in 81 milliseconds