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

  /external/chromium_org/v8/src/
property-details.h 123 bool is_more_general_than(const Representation& other) const { function in class:v8::internal::Representation
131 return other.is_more_general_than(*this) || other.Equals(*this);
136 if (other.is_more_general_than(*this)) return other;
hydrogen-instructions.cc 130 if (new_rep.is_more_general_than(r)) {
912 if (r.is_more_general_than(Representation::Integer32())) {
    [all...]

Completed in 74 milliseconds