Home
last modified time | relevance | path

Searched refs:objOffset (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
H A Dcrossing_map.cpp72 size_t objOffset = GetOffsetFromAddr(objAddr); in AddObject() local
77 << " wasn't INITIALIZED. Initialize it with offset " << objOffset; in AddObject() local
78 GetMapElement(firstMapNum)->SetInitialized(objOffset); in AddObject()
82 << " was CROSSED BORDER. Initialize it with offset " << objOffset; in AddObject() local
83 GetMapElement(firstMapNum)->SetInitializedAndCrossedBorder(objOffset); in AddObject()
86 if (GetMapElement(firstMapNum)->GetOffset() > objOffset) { in AddObject()
89 << " Initialize it with new offset " << objOffset; in AddObject() local
90 GetMapElement(firstMapNum)->SetInitializedAndCrossedBorder(objOffset); in AddObject()
94 if (GetMapElement(firstMapNum)->GetOffset() > objOffset) { in AddObject()
97 << " Initialize it with new offset " << objOffset; in AddObject() local
153 size_t objOffset = GetOffsetFromAddr(objAddr); RemoveObject() local
243 void *objOffset = FindObjInMap(i); FindFirstObject() local
245 LOG_CROSSING_MAP(DEBUG) << "Found first object in this interval with addr " << std::hex << objOffset; FindFirstObject() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers-inl.h46 uint32_t objOffset = ToUintPtr(cls) + offset - ToUintPtr(object); in TraverseClass() local
49 i++, offset += ClassHelper::OBJECT_POINTER_SIZE, objOffset += ClassHelper::OBJECT_POINTER_SIZE) { in TraverseClass()
55 [[maybe_unused]] bool res = handler(object, fieldObject, objOffset, isVolatile); in TraverseClass()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1869 size_t objOffset = newObj - ToUintPtr(currentRegion); in EncodeTaggedObject() local
1871 encodeBit.SetObjectOffsetInRegion(objOffset); in EncodeTaggedObject()

Completed in 5 milliseconds