Searched refs:GetVirtualInterfaceMethod (Results 1 – 3 of 3) sorted by relevance
594 Method *GetVirtualInterfaceMethod(panda_file::File::EntityId id) const;
364 inline Method *Class::GetVirtualInterfaceMethod(panda_file::File::EntityId id) const in GetVirtualInterfaceMethod() function
1423 … method = isStatic ? klass->GetStaticInterfaceMethod(id) : klass->GetVirtualInterfaceMethod(id); in GetMethod()