HomeSort by relevance Sort by last modified time
    Searched refs:kIntptrSignBit (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
globals.h 173 const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000);
198 const intptr_t kIntptrSignBit = 0x80000000;
359 const intptr_t kSmiSignMask = kIntptrSignBit;
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]

Completed in 65 milliseconds