Home
last modified time | relevance | path

Searched refs:GetStaticMethods (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h194 Span<Method> GetStaticMethods() const in GetStaticMethods() function
Dclass-inl.h265 return GetStaticMethods(); in GetMethods()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test.cpp675 auto smethods = classA->GetStaticMethods(); in TEST_F()