Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_test.cpp552 ASSERT_EQ(klassAMethodSize, klassA->GetMethodsNum()); in TEST_F()
553 ASSERT_EQ(klassBMethodSize, klassB->GetMethodsNum()); in TEST_F()
557 ASSERT_FALSE(klassN->GetMethodsNum()); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.h114 uint32_t GetMethodsNum();
Dets_class.cpp115 uint32_t EtsClass::GetMethodsNum() in GetMethodsNum() function in ark::ets::EtsClass
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp351 return type->GetMethodsNum(); in TypeAPIGetMethodsNum()