Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.cc30 static const size_t kInitialBufferCapacity = 4 * KB; in AssemblerBuffer() local
31 contents_ = allocator_->AllocArray<uint8_t>(kInitialBufferCapacity, kArenaAllocAssembler); in AssemblerBuffer()
33 limit_ = ComputeLimit(contents_, kInitialBufferCapacity); in AssemblerBuffer()
42 CHECK_EQ(Capacity(), kInitialBufferCapacity); in AssemblerBuffer()