Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssembler.h114 assert(hasEnsuredCapacity()); in emit()
170 bool hasEnsuredCapacity() const { in hasEnsuredCapacity() function
DIceAssembler.cpp83 assert(!buffer->hasEnsuredCapacity()); // Cannot nest. in validate()