Home
last modified time | relevance | path

Searched refs:SetComponentType (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test_extension.h44 arrayClass->SetComponentType(componentClass); in InitializeArrayClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp521 void EtsClass::SetComponentType(EtsClass *componentType) in SetComponentType() function in panda::ets::EtsClass
524 GetRuntimeClass()->SetComponentType(nullptr); in SetComponentType()
527 GetRuntimeClass()->SetComponentType(componentType->GetRuntimeClass()); in SetComponentType()
Dets_class.h344 void SetComponentType(EtsClass *componentType);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_test.cpp679 klass->SetComponentType(componentType); in TEST_F()
682 klass->SetComponentType(nullptr); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_class_linker_extension.cpp133 arrayClass->SetComponentType(componentClass); in InitializeArrayClass()
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp346 annotationElementBuilder_.SetComponentType(GetType(value)); in MeetExpElementArrayComponentTypeAttribute()
Dmeta.h271 void SetComponentType(Value::Type type) in SetComponentType() function
/arkcompiler/runtime_core/assembler/
Dmeta.cpp345 annotation_element_builder_.SetComponentType(GetType(value)); in MeetExpElementArrayComponentTypeAttribute()
Dmeta.h276 void SetComponentType(Value::Type type) in SetComponentType() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp256 arrayClass->SetComponentType(componentClass); in InitializeArrayClass()
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h338 void SetComponentType(Class *type) in SetComponentType() function