Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h101 CHECK(HasEnsuredCapacity()); in Emit()
196 CHECK(!buffer->HasEnsuredCapacity()); // Cannot nest. in EnsureCapacity()
217 bool HasEnsuredCapacity() const { return has_ensured_capacity_; } in HasEnsuredCapacity() function
233 bool HasEnsuredCapacity() const { return true; } in HasEnsuredCapacity() function