Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds