Searched defs:catch_blocks (Results 1 – 4 of 4) sorted by relevance
467 ArenaMap<uint32_t, BasicBlock *> catch_blocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local490 …ctTryCodeBlock(const TryCodeBlock &try_block, const ArenaMap<uint32_t, BasicBlock *> &catch_blocks) in ConnectTryCodeBlock()
81 std::vector<CatchBlock> catch_blocks; member
674 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()