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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptHeapSnapshot.h 49 static PassRefPtr<ScriptHeapSnapshot> create(const v8::HeapSnapshot* snapshot)
59 ScriptHeapSnapshot(const v8::HeapSnapshot* snapshot)
63 const v8::HeapSnapshot* m_snapshot;
ScriptHeapSnapshot.cpp 45 const_cast<v8::HeapSnapshot*>(m_snapshot)->Delete();
76 m_snapshot->Serialize(&outputStream, v8::HeapSnapshot::kJSON);
ScriptProfiler.cpp 241 const v8::HeapSnapshot* snapshot = profiler->TakeHeapSnapshot(v8String(isolate, title), &adapter, &resolver);
  /external/chromium_org/v8/src/
heap-profiler.h 15 class HeapSnapshot;
24 HeapSnapshot* TakeSnapshot(
28 HeapSnapshot* TakeSnapshot(
43 HeapSnapshot* GetSnapshot(int index);
46 void RemoveSnapshot(HeapSnapshot* snapshot);
74 List<HeapSnapshot*> snapshots_;
heap-snapshot-generator-inl.h 19 HeapSnapshot* HeapGraphEdge::snapshot() const {
heap-profiler.cc 23 static void DeleteHeapSnapshot(HeapSnapshot** snapshot_ptr) {
41 void HeapProfiler::RemoveSnapshot(HeapSnapshot* snapshot) {
65 HeapSnapshot* HeapProfiler::TakeSnapshot(
69 HeapSnapshot* result = new HeapSnapshot(this, name, next_snapshot_uid_++);
85 HeapSnapshot* HeapProfiler::TakeSnapshot(
135 HeapSnapshot* HeapProfiler::GetSnapshot(int index) {
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...]
api.cc     [all...]
  /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/test/cctest/
test-heap-profiler.cc 100 const v8::HeapSnapshot* snapshot) {
143 static bool ValidateSnapshot(const v8::HeapSnapshot* snapshot, int depth = 3) {
144 i::HeapSnapshot* heap_snapshot = const_cast<i::HeapSnapshot*>(
145 reinterpret_cast<const i::HeapSnapshot*>(snapshot));
174 TEST(HeapSnapshot) {
186 const v8::HeapSnapshot* snapshot_env2 =
222 const v8::HeapSnapshot* snapshot =
251 const v8::HeapSnapshot* snapshot =
291 const v8::HeapSnapshot* snapshot
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp 64 const v8::HeapSnapshot* snapshot = profiler->TakeHeapSnapshot(v8::String::NewFromUtf8(isolate, ""));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
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
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...]

Completed in 361 milliseconds