Searched defs:catch_blocks (Results 1 – 5 of 5) sorted by relevance
484 ArenaMap<uint32_t, BasicBlock *> catch_blocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local507 …ctTryCodeBlock(const TryCodeBlock &try_block, const ArenaMap<uint32_t, BasicBlock *> &catch_blocks) in ConnectTryCodeBlock()
81 std::vector<CatchBlock> catch_blocks; member
306 PandaVector<CachedCatchBlock> catch_blocks; member
672 std::vector<CodeItem::CatchBlock> catch_blocks; in CreateMethodItem() local
1340 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock()