HomeSort by relevance Sort by last modified time
    Searched full:heapsnapshot (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/v8/src/
heap-profiler.h 36 class HeapSnapshot;
54 static HeapSnapshot* TakeSnapshot(const char* name,
57 static HeapSnapshot* TakeSnapshot(String* name,
61 static HeapSnapshot* GetSnapshot(int index);
62 static HeapSnapshot* FindSnapshot(unsigned uid);
79 HeapSnapshot* TakeSnapshotImpl(const char* name,
82 HeapSnapshot* TakeSnapshotImpl(String* name,
heap-profiler.cc 69 HeapSnapshot* HeapProfiler::TakeSnapshot(const char* name,
79 HeapSnapshot* HeapProfiler::TakeSnapshot(String* name,
108 HeapSnapshot* HeapProfiler::TakeSnapshotImpl(const char* name,
111 HeapSnapshot::Type s_type = static_cast<HeapSnapshot::Type>(type);
112 HeapSnapshot* result =
116 case HeapSnapshot::kFull: {
133 HeapSnapshot* HeapProfiler::TakeSnapshotImpl(String* name,
147 HeapSnapshot* HeapProfiler::GetSnapshot(int index) {
154 HeapSnapshot* HeapProfiler::FindSnapshot(unsigned uid)
    [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...]
profile-generator.cc 965 void HeapEntry::Init(HeapSnapshot* snapshot,
    [all...]
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap.js 16 function HeapSnapshot() {
20 HeapSnapshot.prototype = {
88 ObjectSnapshot.register('memory::Heap', HeapSnapshot);
91 HeapSnapshot: HeapSnapshot
heap_test.js 10 var HeapSnapshot = tcmalloc.HeapSnapshot;
14 var snapshot = new HeapSnapshot({}, 1, [
43 var snapshot = new HeapSnapshot({}, 1, [
  /external/chromium_org/v8/src/
heap-profiler.h 38 class HeapSnapshot;
47 HeapSnapshot* TakeSnapshot(
51 HeapSnapshot* TakeSnapshot(
64 HeapSnapshot* GetSnapshot(int index);
67 void RemoveSnapshot(HeapSnapshot* snapshot);
92 List<HeapSnapshot*> snapshots_;
heap-snapshot-generator.h 39 class HeapSnapshot;
56 void ReplaceToIndexWithEntry(HeapSnapshot* snapshot);
74 INLINE(HeapSnapshot* snapshot() const);
112 HeapEntry(HeapSnapshot* snapshot,
118 HeapSnapshot* snapshot() { return snapshot_; }
152 HeapSnapshot* snapshot_;
157 // HeapSnapshot represents a single heap snapshot. It is stored in
161 // HeapSnapshotGenerator fills in a HeapSnapshot.
162 class HeapSnapshot {
164 HeapSnapshot(HeapProfiler* profiler
    [all...]
heap-profiler.cc 46 static void DeleteHeapSnapshot(HeapSnapshot** snapshot_ptr) {
64 void HeapProfiler::RemoveSnapshot(HeapSnapshot* snapshot) {
88 HeapSnapshot* HeapProfiler::TakeSnapshot(
92 HeapSnapshot* result = new HeapSnapshot(this, name, next_snapshot_uid_++);
108 HeapSnapshot* HeapProfiler::TakeSnapshot(
158 HeapSnapshot* HeapProfiler::GetSnapshot(int index) {
heap-snapshot-generator-inl.h 42 HeapSnapshot* HeapGraphEdge::snapshot() const {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptHeapSnapshot.h 38 class HeapSnapshot;
54 static PassRefPtr<ScriptHeapSnapshot> create(const v8::HeapSnapshot* snapshot)
66 ScriptHeapSnapshot(const v8::HeapSnapshot* snapshot)
70 const v8::HeapSnapshot* m_snapshot;
ScriptHeapSnapshot.cpp 45 const_cast<v8::HeapSnapshot*>(m_snapshot)->Delete();
86 m_snapshot->Serialize(&outputStream, v8::HeapSnapshot::kJSON);
ScriptProfiler.cpp 110 // As ids are unique, it doesn't matter which HeapSnapshot owns HeapGraphNode.
111 // We need to find first HeapSnapshot containing a node with the specified id.
114 const v8::HeapSnapshot* snapshot = profiler->GetHeapSnapshot(i);
252 const v8::HeapSnapshot* snapshot = profiler->TakeHeapSnapshot(v8String(isolate, title), &adapter, &resolver);
  /external/v8/test/cctest/
test-heap-profiler.cc 56 const v8::HeapSnapshot* snapshot) {
92 TEST(HeapSnapshot) {
103 const v8::HeapSnapshot* snapshot_env2 =
105 i::HeapSnapshot* i_snapshot_env2 =
106 const_cast<i::HeapSnapshot*>(
107 reinterpret_cast<const i::HeapSnapshot*>(snapshot_env2));
141 const v8::HeapSnapshot* snapshot =
168 const v8::HeapSnapshot* snapshot =
205 const v8::HeapSnapshot* snapshot =
231 const v8::HeapSnapshot* snapshot
    [all...]
  /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/devtools/front_end/
HeapSnapshotWorker.js 35 importScripts("HeapSnapshot.js");
  /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/chromium_org/third_party/WebKit/Source/devtools/
concatenated_heap_snapshot_worker_js.target.darwin-arm.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/HeapSnapshotWorker.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorker.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AllocationProfile.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotLoader.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorkerDispatcher.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/JSHeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/utilities.js $(GYP_TARGET_DEPENDENCIES)
concatenated_heap_snapshot_worker_js.target.darwin-mips.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/HeapSnapshotWorker.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorker.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AllocationProfile.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotLoader.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorkerDispatcher.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/JSHeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/utilities.js $(GYP_TARGET_DEPENDENCIES)
concatenated_heap_snapshot_worker_js.target.darwin-x86.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/HeapSnapshotWorker.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorker.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AllocationProfile.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotLoader.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorkerDispatcher.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/JSHeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/utilities.js $(GYP_TARGET_DEPENDENCIES)
concatenated_heap_snapshot_worker_js.target.linux-arm.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/HeapSnapshotWorker.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorker.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AllocationProfile.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotLoader.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorkerDispatcher.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/JSHeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/utilities.js $(GYP_TARGET_DEPENDENCIES)
concatenated_heap_snapshot_worker_js.target.linux-mips.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/HeapSnapshotWorker.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorker.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AllocationProfile.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotLoader.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorkerDispatcher.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/JSHeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/utilities.js $(GYP_TARGET_DEPENDENCIES)
concatenated_heap_snapshot_worker_js.target.linux-x86.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/HeapSnapshotWorker.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorker.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AllocationProfile.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotLoader.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorkerDispatcher.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/JSHeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/utilities.js $(GYP_TARGET_DEPENDENCIES)
concatenated_devtools_profiles_js.target.darwin-arm.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/ProfilesPanel.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AllocationProfile.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/BottomUpProfileDataGridTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CPUProfileView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotDataGrids.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotGridNodes.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotLoader.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotProxy.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorkerDispatcher.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/JSHeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ProfileDataGridTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ProfilesPanel.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ProfileLauncherView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/TopDownProfileDataGridTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CanvasProfileView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CanvasReplayStateView.js $(GYP_TARGET_DEPENDENCIES)
concatenated_devtools_profiles_js.target.darwin-mips.mk 21 $(gyp_shared_intermediate_dir)/resources/inspector/ProfilesPanel.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/inline_js_imports.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/AllocationProfile.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/BottomUpProfileDataGridTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CPUProfileView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotDataGrids.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotGridNodes.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotLoader.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotProxy.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/HeapSnapshotWorkerDispatcher.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/JSHeapSnapshot.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ProfileDataGridTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ProfilesPanel.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ProfileLauncherView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/TopDownProfileDataGridTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CanvasProfileView.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CanvasReplayStateView.js $(GYP_TARGET_DEPENDENCIES)

Completed in 326 milliseconds

1 2 3