Home
last modified time | relevance | path

Searched defs:catchTable (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncFunctionBuilder.h28 …explicit AsyncFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTab… in AsyncFunctionBuilder()
DasyncGeneratorFunctionBuilder.h28 …explicit AsyncGeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg,… in AsyncGeneratorFunctionBuilder()
DgeneratorFunctionBuilder.h41 …explicit GeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catc… in GeneratorFunctionBuilder()
DfunctionBuilder.cpp24 FunctionBuilder::FunctionBuilder(PandaGen *pg, CatchTable *catchTable) in FunctionBuilder()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DasyncGeneratorFunctionBuilder.h28 …explicit AsyncGeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg,… in AsyncGeneratorFunctionBuilder()
DasyncFunctionBuilder.h27 …explicit AsyncFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTab… in AsyncFunctionBuilder()
DgeneratorFunctionBuilder.h40 …explicit GeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catc… in GeneratorFunctionBuilder()
DfunctionBuilder.cpp26 FunctionBuilder::FunctionBuilder(PandaGen *pg, CatchTable *catchTable) in FunctionBuilder()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.cpp195 CatchTable *catchTable = cg->CreateCatchTable(assemblerType); in AddNewCathTable() local
205 CatchTable *catchTable = cg->CreateCatchTable(tryLabelPair, assemblerType); in AddNewCathTable() local
DcodeGen.cpp274 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth(), exceptionType); in CreateCatchTable() local
281 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth(), tryLabelPair, exceptionType); in CreateCatchTable() local
Dpandagen.cpp284 void PandaGen::FunctionInit(CatchTable *catchTable) in FunctionInit()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp203 void PandaGen::FunctionInit(CatchTable *catchTable) in FunctionInit()
2100 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth()); in CreateCatchTable() local
/arkcompiler/runtime_core/static_core/assembler/tests/
Dparser_test.cpp2697 std::string catchTable = ".catch Exception, try_begin, try_end, catch_begin"; in TEST() local
2944 std::string catchTable = ".catchall try_begin, try_end, catch_begin"; in TEST() local