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

/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_;
H A Dprofile-generator.cc1777 SnapshotFillerInterface* filler, V8HeapExplorer* explorer)
1794 SnapshotFillerInterface* filler_;
1801 void V8HeapExplorer::AddRootEntries(SnapshotFillerInterface* filler) {
2306 SnapshotFillerInterface* filler) {
2336 bool V8HeapExplorer::IterateAndSetObjectNames(SnapshotFillerInterface* filler) {
2795 SnapshotFillerInterface* filler) {
2920 class SnapshotCounter : public SnapshotFillerInterface {
2970 class SnapshotFiller : public SnapshotFillerInterface {

Completed in 42 milliseconds