Searched defs:catch_blocks (Results 1 – 5 of 5) sorted by relevance
460 ArenaMap<uint32_t, BasicBlock *> catch_blocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local483 …ctTryCodeBlock(const TryCodeBlock &try_block, const ArenaMap<uint32_t, BasicBlock *> &catch_blocks) in ConnectTryCodeBlock()
81 std::vector<CatchBlock> catch_blocks; member
514 std::vector<pandasm::Function::CatchBlock> catch_blocks; in DumpNormalizedFunctionCatchBlocks() local
636 std::vector<CodeItem::CatchBlock> catch_blocks; in EnumerateBlocks() local
1367 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock()