Home
last modified time | relevance | path

Searched defs:catch_block (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp489 try_block.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catch_block) { in GetExceptions()
586 const panda_file::CodeDataAccessor::CatchBlock &catch_block, in LocateCatchBlock()
1403 for (const auto &catch_block : method.catch_blocks) { in Serialize() local
1419 void Disassembler::Serialize(const pandasm::Function::CatchBlock &catch_block, std::ostream &os) co… in Serialize() argument
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp754 for (auto &catch_block : catch_blocks_) { in ComputeLayout() local
771 for (auto &catch_block : catch_blocks_) { in CalculateSize() local
794 for (auto &catch_block : catch_blocks_) { in Write() local
Dfile_reader.cpp673 try_block.EnumerateCatchBlocks([&](CodeDataAccessor::CatchBlock &catch_block) { in CreateMethodItem()
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp819 Function::CatchBlock catch_block; in PrepareCatchBlock() local
898 Function::CatchBlock catch_block = in ParseAsCatchDirective() local
Dassembly-emitter.cpp1673 for (auto &catch_block : catch_blocks) { in MakeOrderAndOffsets() local
1730 for (auto *catch_block : try_catch_blocks) { in BuildTryBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp274 …try_block.EnumerateCatchBlocks([this, try_info](panda_file::CodeDataAccessor::CatchBlock &catch_bl… in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp335 … try_block.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catch_block) { in TEST()
Dassembler_emitter_test.cpp395 … try_block.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catch_block) { in __anon654af7a10a02()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp502 static panda::pandasm::Function::CatchBlock ParsecatchBlock(const Json::Value &catch_block) in ParsecatchBlock()