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

  /art/compiler/utils/
assembler.h 259 buffer->ExtendCapacity();
299 if (buffer->cursor() >= buffer->limit()) buffer->ExtendCapacity();
347 void ExtendCapacity();
assembler.cc 82 void AssemblerBuffer::ExtendCapacity() {

Completed in 1094 milliseconds