Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-evacuate-regions-worker-state-inl.h87 auto *forwardAddr = SetForwardAddress(obj, newObj, markWord); in Evacuate() local
90 if (forwardAddr == nullptr) { in Evacuate()
110 return forwardAddr; in Evacuate()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.h45 bool Move(JSTaggedType oldAddr, JSTaggedType forwardAddr);
H A Dheap_profiler.cpp80 bool EntryIdMap::Move(JSTaggedType oldAddr, JSTaggedType forwardAddr) in Move() argument
82 if (oldAddr == forwardAddr) { in Move()
89 idMap_[forwardAddr] = id; in Move()

Completed in 4 milliseconds