Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
Dliteral_data_accessor.h104 … auto arrayOffset = helpers::Read<sizeof(uint32_t)>(literalDataSp_.SubSpan(index * ID_SIZE)); in ResolveLiteralArrayIndex() local
105 if (arrayOffset == offset) { in ResolveLiteralArrayIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2570 GateRef arrayOffset = builder_.IntPtr(GeneratorContext::GENERATOR_REGS_ARRAY_OFFSET); in LowerResumeGenerator() local
2571 GateRef arrayGate = builder_.Load(VariableType::JS_POINTER(), contextGate, arrayOffset); in LowerResumeGenerator()