Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker-inl.h297 if (memcpy_s(ToVoidPtr(toAddress + HEAD_SIZE), size - HEAD_SIZE, ToVoidPtr(fromAddress + HEAD_SIZE), in RawCopyObject()
298 size - HEAD_SIZE) != EOK) { in RawCopyObject()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker-inl.h329 if (memcpy_s(ToVoidPtr(toAddress + HEAD_SIZE), size - HEAD_SIZE, ToVoidPtr(fromAddress + HEAD_SIZE), in RawCopyObject()
330 size - HEAD_SIZE) != EOK) { in RawCopyObject()
H A Dmem.h106 constexpr size_t HEAD_SIZE = TaggedObject::TaggedObjectSize(); member

Completed in 3 milliseconds