Home
last modified time | relevance | path

Searched defs:newIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h338 void SetCurrentClassInfoPropertyIndex(size_t newIndex) in SetCurrentClassInfoPropertyIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp443 auto &newIndex = static_cast<RegOperand &>(shiftExtendInsn.GetOperand(kInsnSecondOpnd)); in OptimizeAddrBOrXShiftExtend() local
473 auto *newIndex = static_cast<RegOperand *>(&prevInsn.GetOperand(kInsnThirdOpnd)); in OptimizeAddrBOrX() local
496 auto &newIndex = static_cast<RegOperand &>(addInsn.GetOperand(kInsnThirdOpnd)); in OptimizeWithAddrrrs() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp760 GateRef newIndex = Int32Add(index, Int32(1)); in IncreaseArrayIteratorIndex() local
767 GateRef newIndex = Int32Add(index, Int32(1)); in IncreaseIteratorIndex() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4622 uint32_t newIndex = 0; in CopyDeque() local
4660 uint32_t newIndex = 0; in CopyQueue() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp1000 GateRef newIndex = Int32Add(actualStart, insertCount); in FastToSpliced() local