Home
last modified time | relevance | path

Searched refs:TakeSnapshot (Results 1 – 16 of 16) sorted by relevance

/external/v8/test/cctest/
Dtest-heap-profiler.cc104 v8::HeapProfiler::TakeSnapshot(v8_str("env2")); in TEST()
142 v8::HeapProfiler::TakeSnapshot(v8_str("sizes")); in TEST()
169 v8::HeapProfiler::TakeSnapshot(v8_str("sizes")); in TEST()
206 v8::HeapProfiler::TakeSnapshot(v8_str("children")); in TEST()
232 v8::HeapProfiler::TakeSnapshot(v8_str("code")); in TEST()
294 v8::HeapProfiler::TakeSnapshot(v8_str("numbers")); in TEST()
313 v8::HeapProfiler::TakeSnapshot(v8_str("strings")); in TEST()
338 v8::HeapProfiler::TakeSnapshot(v8_str("internals")); in TEST()
368 v8::HeapProfiler::TakeSnapshot(v8_str("s1")); in TEST()
377 v8::HeapProfiler::TakeSnapshot(v8_str("s2")); in TEST()
[all …]
/external/v8/src/
Dheap-profiler.h54 static HeapSnapshot* TakeSnapshot(const char* name,
57 static HeapSnapshot* TakeSnapshot(String* name,
Dheap-profiler.cc69 HeapSnapshot* HeapProfiler::TakeSnapshot(const char* name, in TakeSnapshot() function in v8::internal::HeapProfiler
79 HeapSnapshot* HeapProfiler::TakeSnapshot(String* name, in TakeSnapshot() function in v8::internal::HeapProfiler
Dapi.cc6204 const HeapSnapshot* HeapProfiler::TakeSnapshot(Handle<String> title, in TakeSnapshot() function in v8::HeapProfiler
6218 i::HeapProfiler::TakeSnapshot( in TakeSnapshot()
/external/webkit/Source/WebCore/bindings/v8/
DScriptProfiler.cpp98 … snapshot = v8::HeapProfiler::TakeSnapshot(v8String(title), v8::HeapSnapshot::kFull, &adapter); in takeHeapSnapshot()
100 snapshot = v8::HeapProfiler::TakeSnapshot(v8String(title), v8::HeapSnapshot::kAggregated); in takeHeapSnapshot()
/external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DDrawingAreaMessageKinds.h57 TakeSnapshot, enumerator
/external/chromium/chrome/browser/sync/engine/
Dsyncer_end_command.cc21 sessions::SyncSessionSnapshot snapshot(session->TakeSnapshot()); in ExecuteImpl()
Dsyncer_command.cc33 const sessions::SyncSessionSnapshot& snapshot(session->TakeSnapshot()); in SendNotifications()
Dsyncer_thread.cc138 sessions::SyncSessionSnapshot snapshot(dummy->TakeSnapshot()); in SendInitialSnapshot()
Dsyncer_thread2_unittest.cc183 s->TakeSnapshot()))); in RecordSyncShareImpl()
/external/chromium/chrome/browser/sync/sessions/
Dsync_session.h91 SyncSessionSnapshot TakeSnapshot() const;
Dsync_session.cc58 SyncSessionSnapshot SyncSession::TakeSnapshot() const { in TakeSnapshot() function in browser_sync::sessions::SyncSession
/external/v8/include/
Dv8-profiler.h411 static const HeapSnapshot* TakeSnapshot(
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DTiledDrawingArea.cpp209 case DrawingAreaLegacyMessage::TakeSnapshot: { in didReceiveMessage()
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.cpp231 …page->process()->deprecatedSend(DrawingAreaLegacyMessage::TakeSnapshot, page->pageID(), CoreIPC::O… in takeSnapshot()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1618466 New message: TakeSnapshot.