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 131 bool is_more_general_than(const Representation& other) const { function in class:v8::internal::Representation
145 return other.is_more_general_than(*this) || other.Equals(*this);
150 if (other.is_more_general_than(*this)) return other;
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 123 if (new_rep.is_more_general_than(r)) {
978 if (r.is_more_general_than(Representation::Integer32())) {
    [all...]

Completed in 313 milliseconds