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

  /external/swiftshader/third_party/subzero/src/
IceAssembler.cpp 83 assert(!buffer->hasEnsuredCapacity()); // Cannot nest.
84 buffer->HasEnsuredCapacity = true;
89 Buffer->HasEnsuredCapacity = false;
103 HasEnsuredCapacity = false;
IceAssembler.h 114 assert(hasEnsuredCapacity());
169 bool HasEnsuredCapacity;
170 bool hasEnsuredCapacity() const {
172 return HasEnsuredCapacity;
  /art/compiler/utils/
assembler.h 102 CHECK(HasEnsuredCapacity());
197 CHECK(!buffer->HasEnsuredCapacity()); // Cannot nest.
218 bool HasEnsuredCapacity() const { return has_ensured_capacity_; }
234 bool HasEnsuredCapacity() const { return true; }

Completed in 2029 milliseconds