Searched defs:RuntimeInterfaceNotStaticMethod (Results 1 – 1 of 1) sorted by relevance
32 struct RuntimeInterfaceNotStaticMethod : public compiler::RuntimeInterface { struct in ark::compiler::ChecksEliminationTest33 bool IsMethodStatic([[maybe_unused]] MethodPtr method) const override in IsMethodStatic()