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.cpp484 ArenaMap<uint32_t, BasicBlock *> catch_blocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local
507 …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/verification/jobs/
Dcache.h306 PandaVector<CachedCatchBlock> catch_blocks; member
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp672 std::vector<CodeItem::CatchBlock> catch_blocks; in CreateMethodItem() local
Dfile_items.h1340 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock()