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

  /external/chromium_org/v8/src/compiler/
machine-type.cc 35 PRINT(kTypeUint64);
machine-type.h 37 kTypeUint64 = 1 << 12,
52 kMachUint64 = kRepWord64 | kTypeUint64,
66 kTypeInt64 | kTypeUint64 | kTypeNumber |
simplified-lowering.cc 306 } else if (use_type & kTypeInt64 || use_type & kTypeUint64) {
    [all...]

Completed in 79 milliseconds