Home
last modified time | relevance | path

Searched defs:catchBlocks (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DTrap.ts20 private readonly catchBlocks: BasicBlock[]; property in Trap
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto43 repeated CatchBlock catchBlocks = 2; field
69 repeated CatchBlock catchBlocks = 9; field
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp401 …ArenaMap<uint32_t, compiler::BasicBlock *> catchBlocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local
425 … const ArenaMap<uint32_t, compiler::BasicBlock *> &catchBlocks) in ConnectTryCodeBlock()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-function.h90 std::vector<CatchBlock> catchBlocks; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp644 ArenaMap<uint32_t, BasicBlock *> catchBlocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local
668 …nectTryCodeBlock(const TryCodeBlock &tryBlock, const ArenaMap<uint32_t, BasicBlock *> &catchBlocks) in ConnectTryCodeBlock()
/arkcompiler/runtime_core/libabckit/src/wrappers/
Dpandasm_wrapper.h111 std::vector<CatchBlockWrapper> catchBlocks = {}; member
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp622 std::vector<CodeItem::CatchBlock> catchBlocks; in SetMethodCodeIfPresent() local
Dfile_items.h1526 TryBlock(size_t startPc, size_t length, std::vector<CatchBlock> catchBlocks) in TryBlock()