Searched refs:CreateCatchTable (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | dynamicContext.cpp | 71 catchTable_ = Cg()->CreateCatchTable(); in LexEnvContext() 119 : DynamicContext(pg, target), iterator_(iterator), catchTable_(pg->CreateCatchTable()) in IteratorContext() 165 catchTable_ = pg->CreateCatchTable(); in InitCatchTable() 194 CatchTable *catchTable = cg->CreateCatchTable(assemblerType); in AddNewCathTable() 204 CatchTable *catchTable = cg->CreateCatchTable(tryLabelPair, assemblerType); in AddNewCathTable()
|
| D | codeGen.h | 139 [[nodiscard]] CatchTable *CreateCatchTable(util::StringView exceptionType = ""); 140 …[[nodiscard]] CatchTable *CreateCatchTable(LabelPair tryLabelPair, util::StringView exceptionType …
|
| D | codeGen.cpp | 271 CatchTable *CodeGen::CreateCatchTable(const util::StringView exceptionType) in CreateCatchTable() function in panda::es2panda::compiler::CodeGen 278 CatchTable *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptio… in CreateCatchTable() function in panda::es2panda::compiler::CodeGen
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | dynamicContext.cpp | 64 catchTable_ = pg_->CreateCatchTable(); in LexEnvContext() 111 : DynamicContext(pg, target), iterator_(iterator), catchTable_(pg->CreateCatchTable()) in IteratorContext() 141 : DynamicContext(pg, {}), iterator_(iterator), catchTable_(pg->CreateCatchTable()) in DestructuringIteratorContext() 198 catchTable_ = pg_->CreateCatchTable(); in InitCatchTable()
|
| D | pandagen.h | 472 CatchTable *CreateCatchTable();
|
| D | pandagen.cpp | 2050 CatchTable *PandaGen::CreateCatchTable() in CreateCatchTable() function in panda::es2panda::compiler::PandaGen
|