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

  /external/v8/src/
globals.h 180 #define V8_INT64_C(x) (x ## I64)
185 #define V8_INT64_C(x) (x ## LL)
190 #define V8_INT64_C(x) (x ## L)
243 const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000);
  /external/v8/src/x64/
codegen-x64.cc 184 int64_t kNaNValue = V8_INT64_C(0x7ff8000000000000);
assembler-x64.h 54 static const int64_t kMinInt32 = -V8_INT64_C(0x80000000);
    [all...]
lithium-codegen-x64.cc     [all...]

Completed in 257 milliseconds