Home
last modified time | relevance | path

Searched defs:catch_begin (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp463 auto catch_begin = GetGraph()->CreateEmptyBlock(); in ConnectTryCatchBlocks() local
500 auto catch_begin = catch_blocks.at(catch_block.pc); in ConnectTryCodeBlock() local
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp38 … const compiler::BasicBlock *try_end, const compiler::BasicBlock *catch_begin, in AppendCatchBlock()