Home
last modified time | relevance | path

Searched defs:accValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp381 GateRef accValue = acc_.GetValueIn(gate, 2); // 2: accValue in LowerNTypedStOwnByName() local
Dslowpath_lowering.cpp2176 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByValue() local
2191 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByIndex() local
2211 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByName() local
2321 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByValueWithNameSet() local
2343 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStOwnByNameWithNameSet() local
2423 GateRef accValue = acc_.GetValueIn(gate, 2); in LowerStObjByIndex() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dsimplify_string_builder.cpp1417 Inst *accValue) in GetStringBuilderUsagesPO()
1500 Inst *accValue, Inst *intermediateValue, in MatchTemporaryInstructions()
1616 for (auto accValue : GetPhiAccumulatedValues(loop)) { in MatchLoopConcatenation() local