Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h102 CHECK(HasEnsuredCapacity()); in Emit()
197 CHECK(!buffer->HasEnsuredCapacity()); // Cannot nest. in EnsureCapacity()
218 bool HasEnsuredCapacity() const { return has_ensured_capacity_; } in HasEnsuredCapacity() function
234 bool HasEnsuredCapacity() const { return true; } in HasEnsuredCapacity() function