Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.h28 explicit AsyncGeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTable) {} in AsyncGeneratorFunctionBuilder() argument
H A DasyncFunctionBuilder.h27 explicit AsyncFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTable) {} in AsyncFunctionBuilder() argument
H A DgeneratorFunctionBuilder.h40 explicit GeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTable) {} in GeneratorFunctionBuilder() argument
H A DfunctionBuilder.cpp26 FunctionBuilder::FunctionBuilder(PandaGen *pg, CatchTable *catchTable) in FunctionBuilder() argument
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncFunctionBuilder.h28 explicit AsyncFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTable) {} in AsyncFunctionBuilder() argument
H A DasyncGeneratorFunctionBuilder.h28 explicit AsyncGeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTable) {} in AsyncGeneratorFunctionBuilder() argument
H A DgeneratorFunctionBuilder.h41 explicit GeneratorFunctionBuilder(PandaGen *pg, CatchTable *catchTable) : FunctionBuilder(pg, catchTable) {} in GeneratorFunctionBuilder() argument
H A DfunctionBuilder.cpp28 FunctionBuilder::FunctionBuilder(PandaGen *pg, CatchTable *catchTable) in FunctionBuilder() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.cpp273 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth(), exceptionType); in CreateCatchTable() local
280 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth(), tryLabelPair, exceptionType); in CreateCatchTable() local
H A DdynamicContext.cpp194 CatchTable *catchTable = cg->CreateCatchTable(assemblerType); in AddNewCathTable() local
204 CatchTable *catchTable = cg->CreateCatchTable(tryLabelPair, assemblerType); in AddNewCathTable() local
H A Dpandagen.cpp283 void PandaGen::FunctionInit(CatchTable *catchTable) in FunctionInit() argument
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp2515 std::string catchTable = ".catch Exception, try_begin, try_end, catch_begin"; in TEST() local
2762 std::string catchTable = ".catchall try_begin, try_end, catch_begin"; in TEST() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp184 void PandaGen::FunctionInit(CatchTable *catchTable) in FunctionInit() argument
2059 auto *catchTable = allocator_->New<CatchTable>(this, TryDepth()); in CreateCatchTable() local
[all...]

Completed in 19 milliseconds