Home
last modified time | relevance | path

Searched refs:GetComponentName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyTypeProto.cpp21 protoType.set_componentname(type.GetComponentName()); in Serialize()
/arkcompiler/runtime_core/assembler/
Dassembly-type.h46 : Type(component_type.GetComponentName(), component_type.GetRank() + rank) in Type()
64 std::string GetComponentName() const in GetComponentName() function
Dassembly-parser.cpp1757 program_.record_table.find(type.GetComponentName()) == program_.record_table.end()) { in ParseOperandType()
1758 std::string ComponentName = type.GetComponentName(); in ParseOperandType()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp956 type = pandasm::Type(type.GetComponentName(), type.GetRank()); in GetFullRecordName()
/arkcompiler/runtime_core/assembler/tests/
Dparser_test.cpp1829 ASSERT_EQ(item.Value().record_table.at("R").field_list[0].type.GetComponentName(), "R"); in TEST()
1835 ASSERT_EQ(item.Value().function_table.at(sig_f).return_type.GetComponentName(), "R"); in TEST()
1842 ASSERT_EQ(item.Value().function_table.at(sig_f).params[0].type.GetComponentName(), "i8"); in TEST()
Dassembler_parser_test.cpp1725 EXPECT_EQ(item.Value().record_table.at("R").field_list[0].type.GetComponentName(), "R");