Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1447 if (runtime->IsMethodFinal(method) || runtime->IsClassFinal(runtime->GetClass(method))) { in ResolveTarget()
1462 … if (resolvedMethod != nullptr && (typeInfo.IsExact() || runtime->IsMethodFinal(resolvedMethod))) { in ResolveTarget()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h277 bool IsMethodFinal(MethodPtr method) const override in IsMethodFinal() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h334 virtual bool IsMethodFinal([[maybe_unused]] MethodPtr method) const in IsMethodFinal() function