HomeSort by relevance Sort by last modified time
    Searched defs:HasEnsuredCapacity (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceAssembler.h 114 assert(hasEnsuredCapacity());
169 bool HasEnsuredCapacity;
170 bool hasEnsuredCapacity() const {
172 return HasEnsuredCapacity;
  /art/compiler/utils/
assembler.h 101 CHECK(HasEnsuredCapacity());
196 CHECK(!buffer->HasEnsuredCapacity()); // Cannot nest.
217 bool HasEnsuredCapacity() const { return has_ensured_capacity_; }
233 bool HasEnsuredCapacity() const { return true; }

Completed in 330 milliseconds