Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/abc2program/
Dabc_code_processor.cpp89 try_block.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catch_block) { in NeedToAddDummyEndIns()
157 try_block.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catch_block) { in FillCatchBlocks()
173 void AbcCodeProcessor::HandleCatchBlock(panda_file::CodeDataAccessor::CatchBlock &catch_block) in HandleCatchBlock()
193 void AbcCodeProcessor::FillExceptionRecord(panda_file::CodeDataAccessor::CatchBlock &catch_block, in FillExceptionRecord()
Ddump_utils.cpp122 const pandasm::Function::CatchBlock &catch_block) in DeepCopyCatchBlock()
Dprogram_dump.cpp506 for (const pandasm::Function::CatchBlock &catch_block : function.catch_blocks) { in DumpOriginalFunctionCatchBlocks() local
515 for (const pandasm::Function::CatchBlock &catch_block : function.catch_blocks) { in DumpNormalizedFunctionCatchBlocks() local
521 for (const pandasm::Function::CatchBlock &catch_block : catch_blocks) { in DumpNormalizedFunctionCatchBlocks() local
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp768 for (auto &catch_block : catch_blocks_) { in ComputeLayout() local
785 for (auto &catch_block : catch_blocks_) { in CalculateSize() local
808 for (auto &catch_block : catch_blocks_) { in Write() local
Dfile_reader.cpp637 try_block.EnumerateCatchBlocks([&](CodeDataAccessor::CatchBlock &catch_block) { in EnumerateBlocks()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp695 try_block.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catch_block) { in GetExceptions()
792 const panda_file::CodeDataAccessor::CatchBlock &catch_block, in LocateCatchBlock()
1689 for (const auto &catch_block : method.catch_blocks) { in Serialize() local
1712 void Disassembler::Serialize(const pandasm::Function::CatchBlock &catch_block, std::ostream &os) co… in Serialize() argument
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp819 Function::CatchBlock catch_block; in PrepareCatchBlock() local
898 Function::CatchBlock catch_block = in ParseAsCatchDirective() local
Dassembly-emitter.cpp1794 for (auto &catch_block : catch_blocks) { in MakeOrderAndOffsets() local
1851 for (auto *catch_block : try_catch_blocks) { in BuildTryBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp267 …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.cpp393 … try_block.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catch_block) { in __anon3a1ef3230a02()