Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp321 auto jsHclassItem = rawHeapArgs.oldAddrMapObjInfo.find(jsHclassAddr); in DecodeObj() local
322 if (jsHclassItem == rawHeapArgs.oldAddrMapObjInfo.end()) { in DecodeObj()
327 *reinterpret_cast<uint64_t *>(v->newAddr) = reinterpret_cast<uint64_t>(jsHclassItem->second->newAddr); in DecodeObj()
328 auto hclassObj = reinterpret_cast<JSHClass *>(jsHclassItem->second->newAddr); in DecodeObj()

Completed in 3 milliseconds