Home
last modified time | relevance | path

Searched refs:kIntptrSignBit (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dglobals.h145 const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000); variable
174 const intptr_t kIntptrSignBit = 0x80000000; variable
309 const intptr_t kSmiSignMask = kIntptrSignBit;
/external/v8/src/s390/
Dmacro-assembler-s390.h1624 mov(scratch, Operand(kIntptrSignBit | kSmiTagMask)); in TestIfPositiveSmi()