Searched refs:GetPrimitiveArrayDescriptor (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/runtime/ |
| D | class_helper.cpp | 102 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/ |
| D | class_helper.h | 57 …static const uint8_t *GetPrimitiveArrayDescriptor(panda_file::Type type, size_t rank, PandaString …
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | class_linker_test.cpp | 686 …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()
|
| D | interpreter_test.cpp | 932 ClassHelper::GetPrimitiveArrayDescriptor(panda_file::Type(component_type_id), 1, &descriptor); in GetArrayClassName()
|