Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h132 bool is_more_general_than(const Representation& other) const { in is_more_general_than() function
146 return other.is_more_general_than(*this) || other.Equals(*this); in fits_into()
151 if (other.is_more_general_than(*this)) return other; in generalize()
/external/v8/test/cctest/
Dtest-representation.cc38 CHECK(more_general.is_more_general_than(less_general)); in TestPairPositive()
44 CHECK(!more_general.is_more_general_than(less_general)); in TestPairNegative()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc103 if (new_rep.is_more_general_than(r)) { in UpdateRepresentation()
1035 if (r.is_more_general_than(Representation::Integer32())) { in InferRepresentation()
3050 if (observed_output_representation_.is_more_general_than(rep) && in RepresentationFromOutput()