Home
last modified time | relevance | path

Searched refs:U1 (Results 1 - 25 of 87) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/runtime/
H A Dfield.cpp42 case panda_file::Type::TypeId::U1: in ResolveTypeClass()
43 return ext->GetClassRoot(ClassRoot::U1); in ResolveTypeClass()
/arkcompiler/runtime_core/assembler/
H A Dannotation.h79 U1, member in panda::pandasm::Value::Type
107 case Type::U1: in GetTypeAsChar()
181 case Type::U1: in GetArrayTypeAsChar()
244 type = Type::U1; in GetCharAsType()
318 type = Type::U1; in GetCharAsArrayType()
414 using type = std::conditional_t<value_type == Value::Type::U1, uint8_t,
H A Dannotation.cpp24 case Value::Type::U1: { in InitScalarValue()
25 copy_val = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U1>(sc_val.GetValue<uint8_t>())); in InitScalarValue()
118 case Value::Type::U1: in making_value()
208 case Value::Type::U1: in TypeToString()
H A Ddefine.h27 _("u1", U1) \
H A Dassembly-type.h112 return type_id_ == panda_file::Type::TypeId::U1 || type_id_ == panda_file::Type::TypeId::U8 || in IsIntegral()
121 return type_id_ == panda_file::Type::TypeId::U1 || type_id_ == panda_file::Type::TypeId::U8 || in FitsInto32()
H A Dmeta.cpp52 {"u1", VType::U1}, {"i8", VType::I8}, {"u8", VType::U8}, in GetType()
153 case Value::Type::U1: {
154 return CreatePrimitiveValue<Value::Type::U1>(value, 1);
/arkcompiler/runtime_core/static_core/assembler/
H A Dannotation.h75 U1, member in ark::pandasm::Value::Type
103 case Type::U1: in GetTypeAsChar()
175 case Type::U1: in GetArrayTypeAsChar()
239 type = Type::U1; in GetCharAsType()
311 type = Type::U1; in GetCharAsArrayType()
404 using Type = std::conditional_t<VALUE_TYPE == Value::Type::U1, uint8_t,
H A Dannotation.cpp25 case Value::Type::U1: { in InitScalarValue()
26 copyVal = std::make_unique<ScalarValue>(ScalarValue::Create<Value::Type::U1>(scVal.GetValue<uint8_t>())); in InitScalarValue()
111 case Value::Type::U1: in MakingValue()
200 case Value::Type::U1: in TypeToString()
H A Ddefine.h29 _("u1", U1) \
H A Dassembly-type.h113 return typeId_ == panda_file::Type::TypeId::U1 || typeId_ == panda_file::Type::TypeId::U8 || in IsIntegral()
122 return typeId_ == panda_file::Type::TypeId::U1 || typeId_ == panda_file::Type::TypeId::U8 || in FitsInto32()
H A Dassembly-literals.h189 case panda_file::Type::TypeId::U1: in GetArrayTagFromComponentType()
219 case panda_file::Type::TypeId::U1: in GetLiteralTagFromComponentType()
H A Dmeta.cpp52 {"u1", VType::U1}, {"i8", VType::I8}, {"u8", VType::U8}, in GetType()
155 case Value::Type::U1: {
156 return CreatePrimitiveValue<Value::Type::U1>(value, 1);
/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_class_linker_extension.cpp62 InitializePrimitiveClassRoot(ClassRoot::U1, Type::TypeId::U1, "Z"); in InitializeClassRoots()
75 InitializeArrayClassRoot(ClassRoot::ARRAY_U1, ClassRoot::U1, "[Z"); in InitializeClassRoots()
159 case ClassRoot::U1: in GetClassVTableSize()
204 case ClassRoot::U1: in GetClassIMTSize()
249 case ClassRoot::U1: in GetClassSize()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dclass_root.h22 U1, member in ark::ClassRoot
H A Dtyped_value.h47 static TypedValue U1(bool value) in U1() function in ark::TypedValue
132 return GetType() == panda_file::Type::TypeId::U1; in IsU1()
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddefault_inspector_extension.cpp33 case panda_file::Type::TypeId::U1: in GetArrayElementValueStatic()
34 return TypedValue::U1(array.GetPrimitive<uint8_t>(offset) != 0); in GetArrayElementValueStatic()
72 case panda_file::Type::TypeId::U1: in GetFieldValueStatic()
73 return TypedValue::U1(object->template GetFieldPrimitive<uint8_t>(field.GetOffset()) != 0); in GetFieldValueStatic()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_type.h47 case panda_file::Type::TypeId::U1: in ConvertPandaTypeToEtsType()
79 return panda_file::Type(panda_file::Type::TypeId::U1); in ConvertEtsTypeToPandaType()
/arkcompiler/runtime_core/abc2program/
H A Dabc_annotation_processor.cpp71 case pandasm::Value::Type::U1: { in FillAnnotationElements()
75 pandasm::ScalarValue::Create<pandasm::Value::Type::U1>(value))); in FillAnnotationElements()
H A Dabc_field_processor.cpp145 case panda_file::Type::TypeId::U1: { in FillMetaDataValue()
148 field_.metadata->SetValue(pandasm::ScalarValue::Create<pandasm::Value::Type::U1>(val.value())); in FillMetaDataValue()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_linker_extension.cpp94 InitializePrimitiveClassRoot(ClassRoot::U1, panda_file::Type::TypeId::U1, "Z"); in InitializeClassRoots()
107 InitializeArrayClassRoot(ClassRoot::ARRAY_U1, ClassRoot::U1, "[Z"); in InitializeClassRoots()
224 case ClassRoot::U1: in GetClassVTableSize()
272 case ClassRoot::U1: in GetClassIMTSize()
319 case ClassRoot::U1: in GetClassSize()
H A Dets_class_root.cpp26 case ClassRoot::U1: in ToEtsClassRoot()
H A Dets_class_root.h26 BOOLEAN = helpers::ToUnderlying(ClassRoot::U1),
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.cpp30 case panda_file::Type::TypeId::U1: in CountMethodTypes()
/arkcompiler/runtime_core/assembler/tests/
H A Dannotation_test.cpp57 ScalarValue insn_order1(ScalarValue::Create<panda::pandasm::Value::Type::U1>(1U)); in HWTEST_F()
59 ArrayValue array_value_U1(panda::pandasm::Value::Type::U1, elements); in HWTEST_F()
74 char type_u1 = Value::GetTypeAsChar(panda::pandasm::Value::Type::U1); in HWTEST_F()
162 type_u1 = Value::GetArrayTypeAsChar(panda::pandasm::Value::Type::U1); in HWTEST_F()
243 EXPECT_EQ(panda::pandasm::Value::Type::U1, type); in HWTEST_F()
306 EXPECT_EQ(panda::pandasm::Value::Type::U1, type); in HWTEST_F()
369 std::string type_u1 = AnnotationElement::TypeToString(panda::pandasm::Value::Type::U1); in HWTEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_method_signature_test.cpp44 panda_file::Type {panda_file::Type::TypeId::U1}, in MethodSignaturePrologue()
122 panda_file::Type {panda_file::Type::TypeId::U1}, in TEST_F()

Completed in 14 milliseconds

1234