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

  /external/v8/src/
heap-profiler.cc 37 HeapProfiler::HeapProfiler()
43 HeapProfiler::~HeapProfiler() {
48 void HeapProfiler::ResetSnapshots() {
54 void HeapProfiler::SetUp() {
57 isolate->set_heap_profiler(new HeapProfiler());
62 void HeapProfiler::TearDown() {
69 HeapSnapshot* HeapProfiler::TakeSnapshot(const char* name,
79 HeapSnapshot* HeapProfiler::TakeSnapshot(String* name
    [all...]
heap-profiler.h 41 v8::internal::HeapProfiler* profiler = heap->isolate()->heap_profiler(); \
47 // The HeapProfiler writes data to the log files, which can be postprocessed
49 class HeapProfiler {
68 uint16_t class_id, v8::HeapProfiler::WrapperInfoCallback callback);
77 HeapProfiler();
78 ~HeapProfiler();
89 List<v8::HeapProfiler::WrapperInfoCallback> wrapper_callbacks_;
global-handles.cc 69 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
90 class_id_ = v8::HeapProfiler::kPersistentHandleNoClassId;
119 return class_id_ != v8::HeapProfiler::kPersistentHandleNoClassId;
isolate.h 68 class HeapProfiler;
354 V(HeapProfiler*, heap_profiler, NULL) \
    [all...]
api.cc     [all...]
isolate.cc     [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 104 v8::HeapProfiler::TakeSnapshot(v8_str("env2"));
142 v8::HeapProfiler::TakeSnapshot(v8_str("sizes"));
169 v8::HeapProfiler::TakeSnapshot(v8_str("sizes"));
206 v8::HeapProfiler::TakeSnapshot(v8_str("children"));
232 v8::HeapProfiler::TakeSnapshot(v8_str("code"));
294 v8::HeapProfiler::TakeSnapshot(v8_str("numbers"));
313 v8::HeapProfiler::TakeSnapshot(v8_str("strings"));
338 v8::HeapProfiler::TakeSnapshot(v8_str("internals"));
368 v8::HeapProfiler::TakeSnapshot(v8_str("s1"));
377 v8::HeapProfiler::TakeSnapshot(v8_str("s2"))
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptProfiler.cpp 98 snapshot = v8::HeapProfiler::TakeSnapshot(v8String(title), v8::HeapSnapshot::kFull, &adapter);
100 snapshot = v8::HeapProfiler::TakeSnapshot(v8String(title), v8::HeapSnapshot::kAggregated);
117 v8::HeapProfiler::DefineWrapperClass(v8DOMSubtreeClassId, &retainedDOMInfo);
  /external/v8/include/
v8-profiler.h 350 * Deletes the snapshot and removes it from HeapProfiler's list.
387 class V8EXPORT HeapProfiler {

Completed in 1046 milliseconds