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

  /external/v8/src/compiler/
machine-operator-reducer.h 63 Reduction ReplaceInt64(int64_t value) {
machine-operator-reducer.cc 409 if (m.HasValue()) return ReplaceInt64(m.Value());
419 if (m.HasValue()) return ReplaceInt64(static_cast<uint64_t>(m.Value()));
    [all...]

Completed in 49 milliseconds