Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp678 Node *HeapSnapshot::HandleBaseClassNode(size_t size, bool idExist, NodeId &sequenceId, in HandleBaseClassNode() argument
689 if (!idExist) { in HandleBaseClassNode()
749 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in GenerateNode()
751 return HandleBaseClassNode(size, idExist, sequenceId, obj, addr); in GenerateNode()
769 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in GenerateNode()
773 if (!idExist) { in GenerateNode()
951 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in GenerateStringNode()
954 if (!idExist) { in GenerateStringNode()
973 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in GeneratePrivateStringNode()
976 if (!idExist) { in GeneratePrivateStringNode()
[all...]
H A Dheap_profiler.cpp643 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in FillIdMap()
648 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in FillIdMap()
658 auto [idExist, sequenceId] = entryIdMap_->FindId(addr); in FillIdMap()
H A Dheap_snapshot.h528 Node *HandleBaseClassNode(size_t size, bool idExist, NodeId &sequenceId,

Completed in 8 milliseconds