OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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