Home
last modified time | relevance | path

Searched defs:catch_blocks (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-function.h81 std::vector<CatchBlock> catch_blocks; member
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp483 void IrBuilder::ConnectTryCodeBlock(const TryCodeBlock &try_block, const ArenaMap<uint32_t, BasicBlock *> &catch_blocks) in ConnectTryCodeBlock() argument
/arkcompiler/runtime_core/abc2program/
H A Dprogram_dump.cpp514 std::vector<pandasm::Function::CatchBlock> catch_blocks; in DumpNormalizedFunctionCatchBlocks() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h1367 TryBlock(size_t start_pc, size_t length, std::vector<CatchBlock> catch_blocks) in TryBlock() argument

Completed in 7 milliseconds