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

  /external/v8/include/
v8-profiler.h 319 class V8EXPORT HeapSnapshot {
402 static const HeapSnapshot* GetSnapshot(int index);
405 static const HeapSnapshot* FindSnapshot(unsigned uid);
409 * See HeapSnapshot::Type for types description.
411 static const HeapSnapshot* TakeSnapshot(
413 HeapSnapshot::Type type = HeapSnapshot::kFull,
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshot.js 483 WebInspector.HeapSnapshot = function(profile)
492 WebInspector.HeapSnapshot.prototype = {
    [all...]
  /external/v8/src/
profile-generator.cc 965 void HeapEntry::Init(HeapSnapshot* snapshot,
    [all...]
profile-generator.h 498 class HeapSnapshot;
516 // In a HeapSnapshot, all entries are hand-allocated in a continuous array
535 void Init(HeapSnapshot* snapshot,
543 HeapSnapshot* snapshot() { return snapshot_; }
613 HeapSnapshot* snapshot_;
622 // HeapSnapshot represents a single heap snapshot. It is stored in
626 // HeapSnapshotGenerator fills in a HeapSnapshot.
627 class HeapSnapshot {
630 kFull = v8::HeapSnapshot::kFull
633 HeapSnapshot(HeapSnapshotsCollection* collection
    [all...]

Completed in 75 milliseconds