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

  /external/v8/src/
globals.h 204 const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000);
208 const intptr_t kIntptrSignBit = 0x80000000;
v8globals.h 40 const intptr_t kSmiSignMask = kIntptrSignBit;
  /external/v8/src/arm/
builtins-arm.cc 342 __ and_(r3, r2, Operand(kIntptrSignBit | kSmiTagMask), SetCC);
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc     [all...]

Completed in 146 milliseconds