Home
last modified time | relevance | path

Searched defs:objMem (Results 1 – 4 of 4) 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()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.cpp148 char *objMem = new char[objMemSize]; in ReadObjTable() local