Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp619 auto catchBegin = GetGraph()->CreateEmptyBlock(); in ConnectTryCatchBlocks() local
655 auto catchBegin = catchBlocks.at(catchBlock.pc); in ConnectTryCodeBlock() local
864 BasicBlock *catchBegin = nullptr; in ConnectThrowBlock() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp86 … const compiler::BasicBlock *tryEnd, const compiler::BasicBlock *catchBegin, in AppendCatchBlock()