Home
last modified time | relevance | path

Searched refs:kTypeUint64 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dmachine-type.h37 kTypeUint64 = 1 << 12, enumerator
52 kMachUint64 = kRepWord64 | kTypeUint64,
66 kTypeInt64 | kTypeUint64 | kTypeNumber |
Dmachine-type.cc35 PRINT(kTypeUint64); in operator <<()
Dsimplified-lowering.cc306 } else if (use_type & kTypeInt64 || use_type & kTypeUint64) { in VisitPhi()