Home
last modified time | relevance | path

Searched defs: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
H A Dfreelist_allocator-inl.h768 void *objMem = static_cast<void *>(const_cast<ObjectHeader *>(obj)); in IsLive() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dallocator_test_base.h1051 static void VisitAndPutInSet(void *objMem) in VisitAndPutInSet() argument
1056 static ObjectStatus ReturnDeadAndPutInSet(ObjectHeader *objMem) in ReturnDeadAndPutInSet() argument
1062 static bool EraseFromSet(void *objMem) in EraseFromSet() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp233 auto objMem = cPtr + objInfo->tInfo->offset; in ChunkDecoder() local

Completed in 6 milliseconds