Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h85 base::HashMap::Entry* to_entry = FindOrCreateEntry(to); in Move() local
86 DCHECK_NULL(to_entry->value); in Move()
87 to_entry->value = value; in Move()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc529 base::HashMap::Entry* to_entry = entries_map_.LookupOrInsert( in MoveObject() local
531 if (to_entry->value != nullptr) { in MoveObject()
538 static_cast<int>(reinterpret_cast<intptr_t>(to_entry->value)); in MoveObject()
553 to_entry->value = from_value; in MoveObject()

Completed in 7 milliseconds