Home
last modified time | relevance | path

Searched refs:CatchList (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp264 func->catchBlocks.reserve(cg_->CatchList().size()); in GenFunctionCatchTables()
266 for (const auto *catchBlock : cg_->CatchList()) { in GenFunctionCatchTables()
H A DcodeGen.cpp34 const ArenaVector<CatchTable *> &CodeGen::CatchList() const noexcept
H A DcodeGen.h99 [[nodiscard]] const ArenaVector<CatchTable *> &CatchList() const noexcept;
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h115 const ArenaVector<CatchTable *> &CatchList() const in CatchList() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp476 func_->catch_blocks.reserve(pg_->CatchList().size()); in GenFunctionCatchTables()
478 for (const auto *catchBlock : pg_->CatchList()) { in GenFunctionCatchTables()

Completed in 7 milliseconds