Searched refs:CatchCodeBlock (Results 1 – 4 of 4) sorted by relevance
40 struct CatchCodeBlock { struct49 …ArenaVector<CatchCodeBlock> *catches {nullptr}; // NOLINT(misc-non-private-member-variables-in…58 catches = allocator->New<ArenaVector<CatchCodeBlock>>(allocator->Adapter()); in Init()
270 try_info->catches->emplace_back(CatchCodeBlock {pc, 0u}); in CreateTryCatchBoundariesBlocks()
46 struct CatchCodeBlock { struct55 …ArenaVector<CatchCodeBlock> *catches {nullptr}; // NOLINT(misc-non-private-member-variables-in-…65 catches = allocator->New<ArenaVector<CatchCodeBlock>>(allocator->Adapter()); in Init()
429 tryInfo->catches->emplace_back(CatchCodeBlock {pc, typeId}); in CreateTryCatchBoundariesBlocks()