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

  /external/v8/src/
globals.h 243 const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000);
247 const intptr_t kIntptrSignBit = 0x80000000;
v8globals.h 41 const intptr_t kSmiSignMask = kIntptrSignBit;
  /external/v8/src/arm/
builtins-arm.cc 351 __ and_(r3, r2, Operand(kIntptrSignBit | kSmiTagMask), SetCC);
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc     [all...]
  /external/v8/src/mips/
builtins-mips.cc 358 __ And(a3, a2, Operand(kIntptrSignBit | kSmiTagMask));
    [all...]

Completed in 124 milliseconds