Home | History | Annotate | Download | only in optimizing

Lines Matching full:memory_

78       : memory_(allocator->Adapter(kArenaAllocCodeBuffer)),
83 memory_.resize(size);
84 return &memory_[0];
88 const ArenaVector<uint8_t>& GetMemory() const { return memory_; }
89 uint8_t* GetData() { return memory_.data(); }
92 ArenaVector<uint8_t> memory_;