Searched defs:SnapshotFillerInterface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h343 class SnapshotFillerInterface { class in namespace:v8::internal
345 virtual ~SnapshotFillerInterface() { }
384 void AddRootEntries(SnapshotFillerInterface* filler);
386 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
480 SnapshotFillerInterface* filler_;
507 void AddRootEntries(SnapshotFillerInterface* filler);
509 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
549 SnapshotFillerInterface* filler_;
/external/v8/src/
H A Dprofile-generator.h873 class SnapshotFillerInterface { class in namespace:v8::internal
875 virtual ~SnapshotFillerInterface() { }
922 void AddRootEntries(SnapshotFillerInterface* filler);
924 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
925 bool IterateAndSetObjectNames(SnapshotFillerInterface* filler);
1004 SnapshotFillerInterface* filler_;
1028 void AddRootEntries(SnapshotFillerInterface* filler);
1030 bool IterateAndExtractReferences(SnapshotFillerInterface* filler);
1069 SnapshotFillerInterface* filler_;

Completed in 30 milliseconds