Home
last modified time | relevance | path

Searched defs:ObjectSlot (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dslot_list.h22 struct ObjectSlot { struct
23 ObjectSlot* next; argument
Dregion_desc.h1018 struct ObjectSlot { struct
1023 void SetNext(ObjectSlot* slot, size_t size) in SetNext() argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dslots.h30 explicit ObjectSlot(uintptr_t slotAddr) : slotAddress_(slotAddr) {} in ObjectSlot() function