Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp33 : 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()
DtypeRecorder.h134 ArenaVector<compiler::LiteralBuffer *> buffStorage_; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h92 buffStorage_(allocator_->Adapter()), in PandaGen()
220 return buffStorage_; in BuffStorage()
519 ArenaVector<LiteralBuffer *> buffStorage_; variable
Dpandagen.cpp267 buffStorage_.push_back(buf); in AddLiteralBuffer()