Home
last modified time | relevance | path

Searched refs:to_entry_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h28 return to_entry_->snapshot(); in snapshot()
Dheap-snapshot-generator.h73 HeapEntry* to() const { return to_entry_; } in to()
88 HeapEntry* to_entry_; member
Dheap-snapshot-generator.cc58 to_entry_ = &snapshot->entries()[to_index_]; in ReplaceToIndexWithEntry()