Searched refs:CheckMethodCanBeInlined (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 35 template bool Inlining::CheckMethodCanBeInlined<false, true>(const CallInst *, InlineContext *); 36 template bool Inlining::CheckMethodCanBeInlined<true, true>(const CallInst *, InlineContext *); 37 template bool Inlining::CheckMethodCanBeInlined<false, false>(const CallInst *, InlineContext *); 38 template bool Inlining::CheckMethodCanBeInlined<true, false>(const CallInst *, InlineContext *); 529 if (!CheckMethodCanBeInlined<true, false>(callInst, &ctx)) { in DoInlinePolymorphic() 929 if (!CheckMethodCanBeInlined<false, true>(callInst, ctx)) { in DoInline() 1220 bool Inlining::CheckMethodCanBeInlined(const CallInst *callInst, InlineContext *ctx) in CheckMethodCanBeInlined() function in panda::compiler::Inlining
|
| D | inlining.h | 102 bool CheckMethodCanBeInlined(const CallInst *callInst, InlineContext *ctx);
|