Home
last modified time | relevance | path

Searched refs:GetPrimitiveArrayDescriptor (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dclass_helper.cpp102 return GetPrimitiveArrayDescriptor(type, 0, storage); in GetPrimitiveDescriptor()
106 const uint8_t *ClassHelper::GetPrimitiveArrayDescriptor(panda_file::Type type, size_t rank, PandaSt… in GetPrimitiveArrayDescriptor() function in ark::ClassHelper
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_helper.h57 …static const uint8_t *GetPrimitiveArrayDescriptor(panda_file::Type type, size_t rank, PandaString …
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test.cpp816 …auto *primitiveArrayClass1 = ext->GetClass(ClassHelper::GetPrimitiveArrayDescriptor(type, 1, &desc… in TEST_F()
819 … utf::Mutf8AsCString(ClassHelper::GetPrimitiveArrayDescriptor(type, 1, &descriptor))); in TEST_F()
821 …auto *primitiveArrayClass2 = ext->GetClass(ClassHelper::GetPrimitiveArrayDescriptor(type, 2, &desc… in TEST_F()
824 … utf::Mutf8AsCString(ClassHelper::GetPrimitiveArrayDescriptor(type, 2L, &descriptor))); in TEST_F()
Dinterpreter_test.cpp962 ClassHelper::GetPrimitiveArrayDescriptor(panda_file::Type(componentTypeId), 1, &descriptor); in GetArrayClassName()