Home
last modified time | relevance | path

Searched refs:objectAddr (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_env.h41 void Push(JSTaggedType objectAddr, uint32_t index) in Push() argument
46 rootObjectMap_.emplace(objectAddr, index); in Push()
50 void Remove(JSTaggedType objectAddr) in Remove() argument
55 rootObjectMap_.erase(objectAddr); in Remove()
59 uint32_t FindEnvObjectIndex(JSTaggedType objectAddr) const in FindEnvObjectIndex()
61 if (rootObjectMap_.find(objectAddr) != rootObjectMap_.end()) { in FindEnvObjectIndex()
62 return rootObjectMap_.find(objectAddr)->second; in FindEnvObjectIndex()
H A Dsnapshot_env.cpp54 auto objectAddr = it.first; in Iterate() local
55 ObjectSlot slot(reinterpret_cast<uintptr_t>(&objectAddr)); in Iterate()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_allocator-inl.h479 [&visitorFunctor](void *objectAddr) { visitorFunctor(static_cast<ObjectHeader *>(objectAddr)); }); in CompactSpecificRegion()
527 [&visitor](void *objectAddr) { visitor(static_cast<ObjectHeader *>(objectAddr)); }); in PromoteYoungRegion()

Completed in 2 milliseconds