Searched defs:HeapSnapshot (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DHeapSnapshot.js51 * @param {!WebInspector.HeapSnapshot} snapshot
179 * @param {!WebInspector.HeapSnapshot} snapshot
202 * @param {!WebInspector.HeapSnapshot} snapshot
225 * @param {!WebInspector.HeapSnapshot} snapshot
282 * @param {!WebInspector.HeapSnapshot} snapshot
451 * @param {!WebInspector.HeapSnapshot} snapshot
819 WebInspector.HeapSnapshot = function(profile, progress)
892 WebInspector.HeapSnapshot.prototype = {
2062 * @param {!WebInspector.HeapSnapshot} snapshot
2163 * @param {!WebInspector.HeapSnapshot} snapsho
[all...]
H A DJSHeapSnapshot.js33 * @extends {WebInspector.HeapSnapshot}
50 WebInspector.HeapSnapshot.call(this, profile, progress);
175 WebInspector.HeapSnapshot.prototype.calculateDistances.call(this, filter);
471 __proto__: WebInspector.HeapSnapshot.prototype
469 }, class
/external/chromium_org/v8/include/
H A Dv8-profiler.h303 class V8_EXPORT HeapSnapshot { class in namespace:v8
405 const HeapSnapshot* GetHeapSnapshot(int index);
429 * parameter. HeapSnapshot::GetNodeById will always return NULL for such id.
450 const HeapSnapshot* TakeHeapSnapshot(
462 * HeapSnapshot.
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.h16 class HeapSnapshot;
34 void ReplaceToIndexWithEntry(HeapSnapshot* snapshot);
53 INLINE(HeapSnapshot* snapshot() const);
92 HeapEntry(HeapSnapshot* snapshot,
99 HeapSnapshot* snapshot() { return snapshot_; }
131 HeapSnapshot* snapshot_;
139 // HeapSnapshot represents a single heap snapshot. It is stored in
143 // HeapSnapshotGenerator fills in a HeapSnapshot.
144 class HeapSnapshot { class in namespace:v8::internal
146 HeapSnapshot(HeapProfile
[all...]
H A Dheap-snapshot-generator.cc42 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) {
49 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
183 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler, function in class:v8::internal::HeapSnapshot
208 void HeapSnapshot::Delete() {
214 void HeapSnapshot::RememberLastJSObjectId() {
219 void HeapSnapshot::AddSyntheticRootEntries() {
231 HeapEntry* HeapSnapshot::AddRootEntry() {
245 HeapEntry* HeapSnapshot::AddGcRootsEntry() {
257 HeapEntry* HeapSnapshot
[all...]

Completed in 97 milliseconds