Home
last modified time | relevance | path

Searched refs:STRING_NULLPTR (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dannotation.cpp76 case Value::Type::STRING_NULLPTR: { in InitScalarValue()
78 ScalarValue::Create<Value::Type::STRING_NULLPTR>(sc_val.GetValue<int32_t>())); in InitScalarValue()
130 case Value::Type::STRING_NULLPTR: in making_value()
H A Dannotation.h91 STRING_NULLPTR, member in panda::pandasm::Value::Type
164 case Type::STRING_NULLPTR: in GetTypeAsChar()
301 type = Type::STRING_NULLPTR; in GetCharAsType()
438 std::conditional_t<value_type == Value::Type::STRING_NULLPTR, uint32_t,
H A Dassembly-emitter.cpp172 case Value::Type::STRING_NULLPTR: { in CreateLiteralItem()
349 case Value::Type::STRING_NULLPTR: { in CreateScalarValueItem()
/arkcompiler/runtime_core/static_core/assembler/
H A Dannotation.cpp74 case Value::Type::STRING_NULLPTR: { in InitScalarValue()
76 ScalarValue::Create<Value::Type::STRING_NULLPTR>(scVal.GetValue<int32_t>())); in InitScalarValue()
123 case Value::Type::STRING_NULLPTR: in MakingValue()
H A Dannotation.h87 STRING_NULLPTR, member in ark::pandasm::Value::Type
160 case Type::STRING_NULLPTR: in GetTypeAsChar()
296 type = Type::STRING_NULLPTR; in GetCharAsType()
428 std::conditional_t<VALUE_TYPE == Value::Type::STRING_NULLPTR, uint32_t,
H A Dassembly-emitter.cpp220 case Value::Type::STRING_NULLPTR: { in CreateLiteralItem()
518 case Value::Type::STRING_NULLPTR: { in CreateScalarValueItem()
/arkcompiler/ets_frontend/merge_abc/src/
H A DannotationProto.cpp82 case panda::pandasm::Value::Type::STRING_NULLPTR: in Serialize()
192 case panda::pandasm::Value::Type::STRING_NULLPTR: { in CreateScalarValue()
193 return panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::STRING_NULLPTR>( in CreateScalarValue()
/arkcompiler/runtime_core/assembler/tests/
H A Dannotation_test.cpp150 type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::STRING_NULLPTR); in HWTEST_F()
300 EXPECT_EQ(panda::pandasm::Value::Type::STRING_NULLPTR, type); in HWTEST_F()
493 ScalarValue insn_order_strings(ScalarValue::Create<panda::pandasm::Value::Type::STRING_NULLPTR>(1)); in HWTEST_F()
/arkcompiler/runtime_core/abc2program/
H A Dprogram_dump.cpp187 case pandasm::Value::Type::STRING_NULLPTR: { in DumpScalarValue()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp621 ? pandasm::ScalarValue::Create<pandasm::Value::Type::STRING_NULLPTR>(0) in GenAnnotationInnerClass()

Completed in 20 milliseconds