Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp726 int64 eleOffset = pIntConst->GetExtValue() * static_cast<int64>(eSize); in LowerFarray() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp414 uint64 eleOffset = static_cast<uint64>(pIntConst->GetExtValue() * eSize); in LowerFarray() local
498 BaseNode *eleOffset = mirModule.CurFuncCodeMemPool()->New<ConstvalNode>(offsetCst); in LowerArrayDim() local