Home
last modified time | relevance | path

Searched defs:catchBegin (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dgraph_impl.h118 …e const Graph &Graph::InsertTryCatch(BasicBlock tryBegin, BasicBlock tryEnd, BasicBlock catchBegin, in InsertTryCatch()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp404 auto catchBegin = GetGraph()->CreateEmptyBlock(); in ConnectTryCatchBlocks() local
442 auto catchBegin = catchBlocks.at(catchBlock.pc); in ConnectTryCodeBlock() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp647 auto catchBegin = GetGraph()->CreateEmptyBlock(); in ConnectTryCatchBlocks() local
684 auto catchBegin = catchBlocks.at(catchBlock.pc); in ConnectTryCodeBlock() local
895 BasicBlock *catchBegin = nullptr; in ConnectThrowBlock() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_dynamic.cpp50 const ark::compiler::BasicBlock *catchBegin, in AppendCatchBlock()
Dcodegen_static.cpp188 … const compiler::BasicBlock *tryEnd, const compiler::BasicBlock *catchBegin, in AppendCatchBlock()
/arkcompiler/runtime_core/libabckit/src/
Dir_impl.cpp488 extern "C" AbckitInst *BBcreateCatchPhi(AbckitBasicBlock *catchBegin, size_t argCount, ...) in BBcreateCatchPhi()
/arkcompiler/runtime_core/libabckit/tests/mock/
Dgraph_api_impl_mock.cpp456 AbckitInst *BBCreateCatchPhi(AbckitBasicBlock *catchBegin, size_t argCount, ...) in BBCreateCatchPhi()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp86 … const compiler::BasicBlock *tryEnd, const compiler::BasicBlock *catchBegin, in AppendCatchBlock()
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_mode.cpp392 void TestMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, AbckitBasicBlock *catchBegin, size_t ar… in TestMode()
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/basic_blocks/
Dbasic_blocks_dynamic.cpp877 AbckitBasicBlock *catchBegin = g_implG->bbGetSuccBlock(tryBegin, 1); in TEST_F() local
Dbasic_blocks_static.cpp822 AbckitBasicBlock *catchBegin = g_implG->bbGetSuccBlock(tryBegin, 1); in TEST_F() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static.cpp995 AbckitInst *BBcreateCatchPhiStatic(AbckitBasicBlock *catchBegin, size_t argCount, std::va_list args) in BBcreateCatchPhiStatic()