Home
last modified time | relevance | path

Searched refs:GetTypeAsChar (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/assembler/tests/
H A Dannotation_test.cpp74 char type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::U1); in HWTEST_F()
78 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::I8); in HWTEST_F()
82 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::U8); in HWTEST_F()
86 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::I16); in HWTEST_F()
90 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::U16); in HWTEST_F()
94 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::I32); in HWTEST_F()
98 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::U32); in HWTEST_F()
102 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::I64); in HWTEST_F()
106 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::U64); in HWTEST_F()
110 type_u1 = Value::GetTypeAsChar(pand in HWTEST_F()
[all...]
/arkcompiler/runtime_core/assembler/
H A Dannotation.h103 static constexpr char GetTypeAsChar(Type t) in GetTypeAsChar() function in panda::pandasm::Value
H A Dassembly-emitter.cpp444 tag_type = static_cast<uint8_t>(Value::GetTypeAsChar(value_type)); in CreateAnnotationItem()
/arkcompiler/runtime_core/static_core/assembler/
H A Dannotation.h99 static constexpr char GetTypeAsChar(Type t) in GetTypeAsChar() function in ark::pandasm::Value
H A Dassembly-emitter.cpp615 tagType = Value::GetTypeAsChar(valueType); in CreateAnnotationItem()

Completed in 13 milliseconds