Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dgetmethod_test.cpp113 ASSERT_EQ(method, klass->GetStaticClassMethod(method->GetFileId())); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h598 Method *GetStaticClassMethod(panda_file::File::EntityId id) const;
Dclass-inl.h436 inline Method *Class::GetStaticClassMethod(panda_file::File::EntityId id) const in GetStaticClassMethod() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp1425 method = isStatic ? klass->GetStaticClassMethod(id) : klass->GetVirtualClassMethod(id); in GetMethod()