Home
last modified time | relevance | path

Searched refs:MaximumValue (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dbit_string.h90 DCHECK_LE(storage, MaximumValue().data_ - data_) << "Addition would overflow " << *this;
96 BitStringChar MaximumValue() const { in MaximumValue() function
/art/runtime/
Dsubtype_check_info.h247 if (next != next.MaximumValue()) { in CreateChild()