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

  /art/compiler/utils/
assembler.cc 79 void AssemblerBuffer::ExtendCapacity() {
assembler.h 221 buffer->ExtendCapacity();
261 if (buffer->cursor() >= buffer->limit()) buffer->ExtendCapacity();
307 void ExtendCapacity();

Completed in 24 milliseconds