HomeSort by relevance Sort by last modified time
    Searched full:kinitialbuffercapacity (Results 1 - 1 of 1) sorted by null

  /art/compiler/utils/
assembler.cc 49 static const size_t kInitialBufferCapacity = 4 * KB;
50 contents_ = arena_->AllocArray<uint8_t>(kInitialBufferCapacity, kArenaAllocAssembler);
52 limit_ = ComputeLimit(contents_, kInitialBufferCapacity);
61 CHECK_EQ(Capacity(), kInitialBufferCapacity);

Completed in 613 milliseconds