Home
last modified time | relevance | path

Searched refs:SetIsArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h2165 void SetIsArray(bool v) in SetIsArray() function
3012 SetIsArray(isArray); in Base()
3016 SetIsArray(isArray); in Base()
3962 SetIsArray(isArray); in Base()
3967 SetIsArray(isArray); in Base()
4141 SetIsArray(isArray); in Base()
4147 SetIsArray(isArray); in Base()
4349 SetIsArray(isArray); in Base()
4354 SetIsArray(isArray); in Base()
4377 SetIsArray(isArray); in Base()
[all …]
Dir_constructor.h384 inst->CastToLoadArray()->SetIsArray(value); in IsArray()
387 inst->CastToLenArray()->SetIsArray(value); in IsArray()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h303 inst->CastToLoadArray()->SetIsArray(value); in IsArray()
306 inst->CastToLenArray()->SetIsArray(value); in IsArray()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1149 newInst->CastToLoadArrayI()->SetIsArray(inst->CastToLoadArray()->IsArray()); in LowerConstArrayIndex()
1152 newInst->CastToBoundsCheckI()->SetIsArray(inst->CastToBoundsCheck()->IsArray()); in LowerConstArrayIndex()