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

  /external/chromium_org/v8/src/
property-details-inl.h 17 if (IsDouble() || is_more_general_than(Representation::Double())) {
property-details.h 110 bool is_more_general_than(const Representation& other) const { function in class:v8::internal::Representation
124 return other.is_more_general_than(*this) || other.Equals(*this);
131 if (other.is_more_general_than(*this)) return other;
hydrogen-instructions.cc 104 if (new_rep.is_more_general_than(r)) {
1059 if (r.is_more_general_than(Representation::Integer32())) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-representation.cc 37 CHECK(more_general.is_more_general_than(less_general));
43 CHECK(!more_general.is_more_general_than(less_general));

Completed in 78 milliseconds