Home
last modified time | relevance | path

Searched defs:newIndex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.h338 void SetCurrentClassInfoPropertyIndex(size_t newIndex) in SetCurrentClassInfoPropertyIndex() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp422 auto &newIndex = static_cast<RegOperand &>(shiftExtendInsn.GetOperand(kInsnSecondOpnd)); in OptimizeAddrBOrXShiftExtend() local
452 auto *newIndex = static_cast<RegOperand *>(&prevInsn.GetOperand(kInsnThirdOpnd)); in OptimizeAddrBOrX() local
475 auto &newIndex = static_cast<RegOperand &>(addInsn.GetOperand(kInsnThirdOpnd)); in OptimizeWithAddrrrs() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp711 GateRef newIndex = Int32Add(index, Int32(1)); in IncreaseInteratorIndex() local
713 Store(VariableType::INT32(), glue, iter, offset, newIndex); in IncreaseInteratorIndex() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp4408 uint32_t newIndex = 0; in CopyDeque() local
4446 uint32_t newIndex = 0; in CopyQueue() local
[all...]

Completed in 18 milliseconds