Home
last modified time | relevance | path

Searched defs:catch_blocks (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp460 ArenaMap<uint32_t, BasicBlock *> catch_blocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local
483 …ctTryCodeBlock(const TryCodeBlock &try_block, const ArenaMap<uint32_t, BasicBlock *> &catch_blocks) in ConnectTryCodeBlock()
/arkcompiler/runtime_core/assembler/
Dassembly-function.h81 std::vector<CatchBlock> catch_blocks; member
/arkcompiler/runtime_core/abc2program/
Dprogram_dump.cpp514 std::vector<pandasm::Function::CatchBlock> catch_blocks; in DumpNormalizedFunctionCatchBlocks() local
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp636 std::vector<CodeItem::CatchBlock> catch_blocks; in EnumerateBlocks() local
Dfile_items.h1367 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock()