Home
last modified time | relevance | path

Searched refs:objMem (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dbump-allocator-inl.h286 void *objMem = static_cast<void *>(const_cast<ObjectHeader *>(obj)); in IsLive() local
287 if (arena_.InArena(objMem)) { in IsLive()
288 void *currentObj = AllocConfigT::FindFirstObjInCrossingMap(objMem, objMem); in IsLive()
292 while (currentObj < objMem) { in IsLive()
296 return currentObj == objMem; in IsLive()
H A Dfreelist_allocator-inl.h768 void *objMem = static_cast<void *>(const_cast<ObjectHeader *>(obj)); in IsLive() local
772 static_cast<MemoryPoolHeader *>(PoolManager::GetMmapMemPool()->GetStartAddrPoolForAddr(objMem)); in IsLive()
779 if (currentMemHeader->GetMemory() == objMem) { in IsLive()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dallocator_test_base.h1051 static void VisitAndPutInSet(void *objMem) in VisitAndPutInSet() argument
1053 objectsSet_.insert(objMem); in VisitAndPutInSet()
1056 static ObjectStatus ReturnDeadAndPutInSet(ObjectHeader *objMem) in ReturnDeadAndPutInSet() argument
1058 objectsSet_.insert(objMem); in ReturnDeadAndPutInSet()
1062 static bool EraseFromSet(void *objMem) in EraseFromSet() argument
1064 auto it = objectsSet_.find(objMem); in EraseFromSet()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp233 auto objMem = cPtr + objInfo->tInfo->offset; in ChunkDecoder() local
234 objInfo->newAddr = objMem; in ChunkDecoder()

Completed in 7 milliseconds