Home
last modified time | relevance | path

Searched defs:catchBlocks (Results 1 – 5 of 5) 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/static_core/assembler/
Dassembly-function.h82 std::vector<CatchBlock> catchBlocks; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp616 ArenaMap<uint32_t, BasicBlock *> catchBlocks(GetGraph()->GetLocalAllocator()->Adapter()); in ConnectTryCatchBlocks() local
639 …nectTryCodeBlock(const TryCodeBlock &tryBlock, const ArenaMap<uint32_t, BasicBlock *> &catchBlocks) in ConnectTryCodeBlock()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp616 std::vector<CodeItem::CatchBlock> catchBlocks; in SetMethodCodeIfPresent() local
Dfile_items.h1472 TryBlock(size_t startPc, size_t length, std::vector<CatchBlock> catchBlocks) in TryBlock()