Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h596 Method *GetStaticInterfaceMethod(panda_file::File::EntityId id) const;
Dclass-inl.h369 inline Method *Class::GetStaticInterfaceMethod(panda_file::File::EntityId id) const in GetStaticInterfaceMethod() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp1423 … method = isStatic ? klass->GetStaticInterfaceMethod(id) : klass->GetVirtualInterfaceMethod(id); in GetMethod()