Home
last modified time | relevance | path

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

/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/ir/
Dinst.h2200 void SetIsArray(bool v) in SetIsArray() function
3160 SetIsArray(isArray); in Base()
3167 SetIsArray(isArray); in Base()
4135 SetIsArray(isArray); in Base()
4145 SetIsArray(isArray); in Base()
4346 SetIsArray(isArray); in Base()
4354 SetIsArray(isArray); in Base()
4583 SetIsArray(isArray); in Base()
4593 SetIsArray(isArray); in Base()
4617 SetIsArray(isArray); in Base()
[all …]
Dir_constructor.h384 inst->CastToLoadArray()->SetIsArray(value); in IsArray()
387 inst->CastToLenArray()->SetIsArray(value); in IsArray()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp1007 newInst->CastToLoadArrayI()->SetIsArray(inst->CastToLoadArray()->IsArray()); in LowerConstArrayIndex()
1010 newInst->CastToBoundsCheckI()->SetIsArray(inst->CastToBoundsCheck()->IsArray()); in LowerConstArrayIndex()