Home
last modified time | relevance | path

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

/arkcompiler/runtime_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 panda::ClassHelper
/arkcompiler/runtime_core/runtime/include/
Dclass_helper.h57 …static const uint8_t *GetPrimitiveArrayDescriptor(panda_file::Type type, size_t rank, PandaString …
/arkcompiler/runtime_core/runtime/tests/
Dclass_linker_test.cpp686 …auto *primitive_array_class1 = ext->GetClass(ClassHelper::GetPrimitiveArrayDescriptor(type, 1, &de… in TEST_F()
689 … utf::Mutf8AsCString(ClassHelper::GetPrimitiveArrayDescriptor(type, 1, &descriptor))); in TEST_F()
691 …auto *primitive_array_class2 = ext->GetClass(ClassHelper::GetPrimitiveArrayDescriptor(type, 2, &de… in TEST_F()
694 … utf::Mutf8AsCString(ClassHelper::GetPrimitiveArrayDescriptor(type, 2, &descriptor))); in TEST_F()
Dinterpreter_test.cpp932 ClassHelper::GetPrimitiveArrayDescriptor(panda_file::Type(component_type_id), 1, &descriptor); in GetArrayClassName()