Home
last modified time | relevance | path

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

/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.h82 std::vector<CatchBlock> catchBlocks; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp642 ArenaMap<uint32_t, BasicBlock *> catchBlocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local
665 …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.cpp618 std::vector<CodeItem::CatchBlock> catchBlocks; in SetMethodCodeIfPresent() local
Dfile_items.h1473 TryBlock(size_t startPc, size_t length, std::vector<CatchBlock> catchBlocks) in TryBlock()