Home
last modified time | relevance | path

Searched defs:arrayGate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp833 GateRef arrayGate = arrays[i]; in InBlockMotion() local
Dslowpath_lowering.cpp3198 GateRef SlowPathLowering::GetValueFromTaggedArray(GateRef arrayGate, GateRef indexOffset) in GetValueFromTaggedArray()
3207 void SlowPathLowering::LowerStoreRegister(GateRef gate, GateRef arrayGate) in LowerStoreRegister()
3225 GateRef arrayGate = builder_.Load(VariableType::JS_POINTER(), glue_, contextGate, arrayOffset); in LowerResumeGenerator() local