Home
last modified time | relevance | path

Searched refs:IsStaticCall (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsLaunchExpression.cpp77 bool ETSLaunchExpression::IsStaticCall() const in IsStaticCall() function in ark::es2panda::ir::ETSLaunchExpression
H A DetsLaunchExpression.h63 bool IsStaticCall() const;
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_encoder.cpp399 ASSERT(inst->IsStaticCall() || inst->IsVirtualCall() || inst->IsInitObject() || inst->IsIntrinsic()); in InsertSpillsForDynInputsInst()
563 ASSERT(inst->IsStaticCall() || inst->IsVirtualCall() || inst->IsInitObject() || inst->IsIntrinsic()); in CalculateNumNeededTempsForInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dsimplify_string_builder.cpp159 ASSERT((*inst)->IsStaticCall()); in OptimizeStringBuilderToString()
397 ASSERT((*inst)->IsStaticCall());
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h84 if (call_->IsStaticCall()) { in BuildCallHelper()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp1742 ASSERT(call->IsStaticCall() && !call->IsUnresolved()); in EmitCallStatic()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h879 bool IsStaticCall() const

Completed in 27 milliseconds