Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp527 ASSERT(ctx.method != nullptr && !runtime->IsMethodAbstract(ctx.method)); in DoInlinePolymorphic()
869 ASSERT(!runtime->IsMethodAbstract(method)); in DoInlineMethod()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h270 bool IsMethodAbstract(MethodPtr method) const override in IsMethodAbstract() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h308 virtual bool IsMethodAbstract([[maybe_unused]] MethodPtr method) const in IsMethodAbstract() function