Home
last modified time | relevance | path

Searched refs:catchList_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.cpp36 return catchList_;
274 catchList_.push_back(catchTable); in CreateCatchTable()
281 catchList_.push_back(catchTable); in CreateCatchTable()
287 std::stable_sort(catchList_.begin(), catchList_.end(), in SortCatchTables()
H A DcodeGen.h82 catchList_(allocator_->Adapter()),
177 ArenaVector<CatchTable *> catchList_; member in ark::es2panda::compiler::CodeGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h90 catchList_(allocator_->Adapter()), in PandaGen()
117 return catchList_; in CatchList()
533 ArenaVector<CatchTable *> catchList_; member in panda::es2panda::compiler::PandaGen
H A Dpandagen.cpp2061 catchList_.push_back(catchTable); in CreateCatchTable()
2067 std::sort(catchList_.begin(), catchList_.end(), in SortCatchTables()

Completed in 6 milliseconds