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

  /external/chromium_org/v8/src/
property-details.h 105 bool is_more_general_than(const Representation& other) const { function in class:v8::internal::Representation
119 return other.is_more_general_than(*this) || other.Equals(*this);
124 if (other.is_more_general_than(*this)) return other;
hydrogen-instructions.cc 109 if (new_rep.is_more_general_than(r)) {
1047 if (r.is_more_general_than(Representation::Integer32())) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-representation.cc 38 CHECK(more_general.is_more_general_than(less_general));
44 CHECK(!more_general.is_more_general_than(less_general));

Completed in 66 milliseconds