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

  /external/v8/src/compiler/
representation-change.cc 68 Truncation::TruncationKind Truncation::Generalize(TruncationKind rep1,
    [all...]
representation-change.h 39 static Truncation Generalize(Truncation t1, Truncation t2) {
41 Generalize(t1.kind(), t2.kind()),
103 static TruncationKind Generalize(TruncationKind rep1, TruncationKind rep2);

Completed in 113 milliseconds