Home
last modified time | relevance | path

Searched defs:RuntimeInterfaceNotStaticMethod (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dchecks_elimination_test.cpp32 struct RuntimeInterfaceNotStaticMethod : public compiler::RuntimeInterface { struct in ark::compiler::ChecksEliminationTest
33 bool IsMethodStatic([[maybe_unused]] MethodPtr method) const override in IsMethodStatic()