Home
last modified time | relevance | path

Searched refs:oldAddr (Results 1 - 2 of 2) sorted by relevance

/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()
85 auto it = idMap_.find(oldAddr); in Move()

Completed in 3 milliseconds