Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-snapshot-generator-inl.h20 return to_entry_->snapshot(); in snapshot()
Dheap-snapshot-generator.h50 HeapEntry* to() const { return to_entry_; } in to()
61 HeapEntry* to_entry_; member
Dheap-snapshot-generator.cc43 to_entry_ = &snapshot->entries()[to_index_]; in ReplaceToIndexWithEntry()