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

  /external/v8/src/
property-details.h 135 bool is_more_general_than(const Representation& other) const { function in class:v8::internal::Representation
149 return other.is_more_general_than(*this) || other.Equals(*this);
154 if (other.is_more_general_than(*this)) return other;
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 122 if (new_rep.is_more_general_than(r)) {
977 if (r.is_more_general_than(Representation::Integer32())) {
    [all...]

Completed in 395 milliseconds