Home
last modified time | relevance | path

Searched refs:CatchCodeBlock (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.h40 struct CatchCodeBlock { struct
49 …ArenaVector<CatchCodeBlock> *catches {nullptr}; // NOLINT(misc-non-private-member-variables-in…
58 catches = allocator->New<ArenaVector<CatchCodeBlock>>(allocator->Adapter()); in Init()
Dir_builder.cpp270 try_info->catches->emplace_back(CatchCodeBlock {pc, 0u}); in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.h46 struct CatchCodeBlock { struct
55 …ArenaVector<CatchCodeBlock> *catches {nullptr}; // NOLINT(misc-non-private-member-variables-in-…
65 catches = allocator->New<ArenaVector<CatchCodeBlock>>(allocator->Adapter()); in Init()
Dir_builder.cpp429 tryInfo->catches->emplace_back(CatchCodeBlock {pc, typeId}); in CreateTryCatchBoundariesBlocks()