Home
last modified time | relevance | path

Searched defs:GetArrayDescriptor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dclass_helper.cpp33 const uint8_t *ClassHelper::GetArrayDescriptor(const uint8_t *componentName, size_t rank, PandaStri… in GetArrayDescriptor() function in ark::ClassHelper
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp1969 auto GetArrayDescriptor(const char *name, int rank) in GetArrayDescriptor() function