Home
last modified time | relevance | path

Searched defs:newOffset (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h666 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in SetFieldObject() local
749 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in SetFieldObject() local
767 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in CompareAndSetFieldObject() local
787 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in CompareAndExchangeFieldObject() local
805 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in GetAndSetFieldObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp335 RegOperand *newOffset = static_cast<RegOperand *>(&defInsn.GetOperand(kInsnSecondOpnd)); in SelectReplaceExt() local
Daarch64_prop.cpp846 OfstOperand *newOffset = &static_cast<AArch64CGFunc *>(cgFunc)->CreateOfstOpnd( in SelectReplaceMem() local
Daarch64_cgfunc.cpp1001 int32 newOffset = offsetValue - addMount; in ConstraintOffsetToSafeRegion() local
2078 int64 newOffset = static_cast<int64>(s) + static_cast<int64>(offset); in LmbcSmallAggForRet() local
2114 int32 newOffset = offset + static_cast<int32>(k8ByteSize); in LmbcSmallAggForRet() local
Daarch64_peep.cpp3649 auto *newOffset = GetInsnAddOrSubNewOffset(prevInsn, *memOpnd.GetOffsetOperand()); in OptimizeAddrBOI() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1709 void SetOffset(int64 newOffset) in SetOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h3414 void SetOffset(int32 newOffset) in SetOffset()