Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h285 bool IsMethodCanBeInlined(MethodPtr method) const override in IsMethodCanBeInlined() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h349 virtual bool IsMethodCanBeInlined([[maybe_unused]] MethodPtr method) const in IsMethodCanBeInlined() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1245 if (!GetGraph()->GetRuntime()->IsMethodCanBeInlined(ctx->method)) { in CheckMethodCanBeInlined()