Home
last modified time | relevance | path

Searched defs:forwardAddr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-evacuate-regions-worker-state-inl.h87 auto *forwardAddr = SetForwardAddress(obj, newObj, markWord); in Evacuate() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp69 bool EntryIdMap::Move(JSTaggedType oldAddr, JSTaggedType forwardAddr) in Move()