Home
last modified time | relevance | path

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

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