Searched refs:is_more_general_than (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dproperty-details.h105 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;
H A Dhydrogen-instructions.cc109 if (new_rep.is_more_general_than(r)) {
1047 if (r.is_more_general_than(Representation::Integer32())) {
3018 if (observed_output_representation_.is_more_general_than(rep) &&
/external/chromium_org/v8/test/cctest/
H A Dtest-representation.cc38 CHECK(more_general.is_more_general_than(less_general));
44 CHECK(!more_general.is_more_general_than(less_general));

Completed in 117 milliseconds