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

  /external/v8/src/
globals.h 90 #define V8_INT64_C(x) (x ## I64)
94 #define V8_INT64_C(x) (x ## L)
138 const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000);
  /external/v8/src/x64/
assembler-x64.h 49 static const int64_t kUInt32Mask = V8_INT64_C(0xffffffff);
54 static const int64_t kMinIntValue = V8_INT64_C(-0x80000000);
    [all...]
codegen-x64.cc     [all...]

Completed in 31 milliseconds