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