Lines Matching defs:idExist
678 Node *HeapSnapshot::HandleBaseClassNode(size_t size, bool idExist, NodeId &sequenceId,
689 if (!idExist) {
749 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
751 return HandleBaseClassNode(size, idExist, sequenceId, obj, addr);
769 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
773 if (!idExist) {
951 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
954 if (!idExist) {
973 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
976 if (!idExist) {
991 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
1005 if (!idExist) {
1018 auto [idExist, sequenceId] = entryIdMap_->FindId(addr);
1032 if (!idExist) {