HomeSort by relevance Sort by last modified time
    Searched defs:HeapSnapshot (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
HeapSnapshot.js 51 * @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 = {
    [all...]
JSHeapSnapshot.js 33 * @extends {WebInspector.HeapSnapshot}
50 WebInspector.HeapSnapshot.call(this, profile, progress);
175 WebInspector.HeapSnapshot.prototype.calculateDistances.call(this, filter);
471 __proto__: WebInspector.HeapSnapshot.prototype
  /external/chromium_org/v8/include/
v8-profiler.h 303 class V8_EXPORT HeapSnapshot {
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/
heap-snapshot-generator.h 16 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 {
146 HeapSnapshot(HeapProfiler* profiler
    [all...]
heap-snapshot-generator.cc 42 void HeapGraphEdge::ReplaceToIndexWithEntry(HeapSnapshot* snapshot) {
49 HeapEntry::HeapEntry(HeapSnapshot* snapshot,
183 HeapSnapshot::HeapSnapshot(HeapProfiler* profiler,
208 void HeapSnapshot::Delete() {
214 void HeapSnapshot::RememberLastJSObjectId() {
219 void HeapSnapshot::AddSyntheticRootEntries() {
231 HeapEntry* HeapSnapshot::AddRootEntry() {
245 HeapEntry* HeapSnapshot::AddGcRootsEntry() {
257 HeapEntry* HeapSnapshot::AddGcSubrootEntry(int tag, SnapshotObjectId id)
    [all...]

Completed in 281 milliseconds