Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dbump-allocator-inl.h286 void *objMem = static_cast<void *>(const_cast<ObjectHeader *>(obj)); in IsLive() local
Dfreelist_allocator-inl.h780 void *objMem = static_cast<void *>(const_cast<ObjectHeader *>(obj)); in IsLive() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dallocator_test_base.h1051 static void VisitAndPutInSet(void *objMem) in VisitAndPutInSet()
1056 static ObjectStatus ReturnDeadAndPutInSet(ObjectHeader *objMem) in ReturnDeadAndPutInSet()
1062 static bool EraseFromSet(void *objMem) in EraseFromSet()