Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp38 void BytecodeGen::AppendCatchBlock(uint32_t type_id, const compiler::BasicBlock *try_begin, in AppendCatchBlock()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp485 auto try_begin = try_block.begin_bb; in ConnectTryCodeBlock() local