Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp292 std::set<uint64_t> notFoundObj; in DecodeObj() local
294 auto visitor = [&notFoundObj, &rawHeapArgs, &refVec] ([[maybe_unused]] TaggedObject *root, in DecodeObj()
309 notFoundObj.insert(reinterpret_cast<uint64_t>(*taggedPointerAddr)); in DecodeObj()
331 LOG_ECMA(INFO) << "ark visitor: not found obj num= " << notFoundObj.size() << ", generate nodes"; in DecodeObj()

Completed in 4 milliseconds