Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h736 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in SetFieldObject() local
819 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in SetFieldObject() local
837 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in CompareAndSetFieldObject() local
857 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in CompareAndExchangeFieldObject() local
875 auto newOffset = offset + (ToUintPtr(this) - ToUintPtr(object)); in GetAndSetFieldObject() local
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dhelpers_dynamic.cpp88 auto newOffset = newLiterals.size(); in UpdateLitArrSection() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h1659 void SetOffset(int64 newOffset) in SetOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp421 auto *newOffset = GetInsnAddOrSubNewOffset(prevInsn, *memOpnd.GetOffsetOperand()); in OptimizeAddrBOI() local