Home
last modified time | relevance | path

Searched refs:exception_record (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp23 protoBlock.set_exceptionrecord(block.exception_record); in Serialize()
33 block.exception_record = protoBlock.exceptionrecord(); in Deserialize()
/arkcompiler/runtime_core/assembler/
Dassembly-function.h43 std::string exception_record; member
Dassembly-parser.cpp828 catch_block.exception_record = context_.GiveToken(); in PrepareCatchBlock()
Dassembly-emitter.cpp1731 auto class_name = catch_block->exception_record; in BuildTryBlocks()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp492 catch_block_pa.exception_record = ""; in GetExceptions()
495 catch_block_pa.exception_record = GetFullRecordName(class_id); in GetExceptions()
1421 if (catch_block.exception_record == "") { in Serialize()
1424 os << ".catch " << catch_block.exception_record << ", "; in Serialize()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp44 cb.exception_record = ir_interface_->GetTypeIdByOffset(type_id); in AppendCatchBlock()
/arkcompiler/runtime_core/docs/
Dassembly_format.md367 .catch <exception_record>, <try_begin_label>, <try_end_label>, <catch_begin_label>
401 .catch <exception_record>, <try_begin_label>, <try_end_label>, <catch_begin_label>, <catch_end_labe…
/arkcompiler/runtime_core/assembler/tests/
Dparser_test.cpp2534 ASSERT_EQ(function.catch_blocks[0].exception_record, "Exception"); in TEST()
2569 ASSERT_EQ(function.catch_blocks[0].exception_record, "Exception"); in TEST()
2739 ASSERT_EQ(function.catch_blocks[0].exception_record, ""); in TEST()