Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2653 GateRef arrayOffset = builder_.IntPtr(GeneratorContext::GENERATOR_REGS_ARRAY_OFFSET); in LowerResumeGenerator() local
2654 GateRef arrayGate = builder_.Load(VariableType::JS_POINTER(), contextGate, arrayOffset); in LowerResumeGenerator()