Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp170 ASSERT(!callInst->IsDynamicCall()); in IsInstSuitableForInline()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h1030 bool IsDynamicCall() const in IsDynamicCall() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1770 ASSERT(!call->IsDynamicCall()); in FinalizeCall()