Home
last modified time | relevance | path

Searched defs:AppendCatchBlock (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_dynamic.cpp48 void CodeGenDynamic::AppendCatchBlock(uint32_t typeId, const ark::compiler::BasicBlock *tryBegin, in AppendCatchBlock() function in libabckit::CodeGenDynamic
Dcodegen_static.cpp187 void CodeGenStatic::AppendCatchBlock(uint32_t typeId, const compiler::BasicBlock *tryBegin, in AppendCatchBlock() function in libabckit::CodeGenStatic
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp37 void BytecodeGen::AppendCatchBlock(uint32_t type_id, const compiler::BasicBlock *try_begin, in AppendCatchBlock() function in panda::bytecodeopt::BytecodeGen
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp85 void BytecodeGen::AppendCatchBlock(uint32_t typeId, const compiler::BasicBlock *tryBegin, in AppendCatchBlock() function in ark::bytecodeopt::BytecodeGen