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

  /external/v8/src/compiler/
representation-change.h 26 static Truncation Generalize(Truncation t1, Truncation t2) {
27 return Truncation(Generalize(t1.kind(), t2.kind()));
69 static TruncationKind Generalize(TruncationKind rep1, TruncationKind rep2);
representation-change.cc 57 Truncation::TruncationKind Truncation::Generalize(TruncationKind rep1,
simplified-lowering.cc 312 truncation_ = Truncation::Generalize(truncation_, info.truncation());
    [all...]
  /external/v8/test/mjsunit/regress/
regress-crbug-485548-1.js 25 // Generalize representation of field "a" of inner object.
regress-crbug-485548-2.js 25 // Generalize representation of field "b" of inner object.

Completed in 249 milliseconds