Searched refs:buffStorage_ (Results 1 – 4 of 4) sorted by relevance
33 : allocator_(allocator), context_(context), buffStorage_(allocator_->Adapter()) in TypeRecorder()44 return buffStorage_; in BuffStorage()74 buffStorage_.push_back(buffer); in AddLiteralBuffer()81 auto res = std::find_if(buffStorage_.begin(), buffStorage_.end(), in GetLiteralBuffer()83 return (res != buffStorage_.end()) ? *res : nullptr; in GetLiteralBuffer()88 std::replace_if(buffStorage_.begin(), buffStorage_.end(), in SetLiteralBuffer()
134 ArenaVector<compiler::LiteralBuffer *> buffStorage_; variable
92 buffStorage_(allocator_->Adapter()), in PandaGen()220 return buffStorage_; in BuffStorage()519 ArenaVector<LiteralBuffer *> buffStorage_; variable
267 buffStorage_.push_back(buf); in AddLiteralBuffer()