HomeSort by relevance Sort by last modified time
    Searched full:heap_stats (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 183 v8::HeapStatistics heap_stats; local
184 v8::Isolate::GetCurrent()->GetHeapStatistics(&heap_stats);
185 total_bytes_ = heap_stats.total_heap_size();
186 used_bytes_ = heap_stats.used_heap_size();
216 v8::HeapStatistics heap_stats; local
217 isolate->GetHeapStatistics(&heap_stats);
218 total_bytes = heap_stats.total_heap_size();
219 used_bytes = heap_stats.used_heap_size();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
HeapStatsLogger.java 60 Log.i(TAG, "heap_stats " +
  /external/v8/src/
flag-definitions.h 518 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC")
542 "report heap spill statistics along with heap_stats "
543 "(requires heap_stats)")
api.cc 152 i::HeapStats heap_stats; local
154 heap_stats.start_marker = &start_marker;
156 heap_stats.new_space_size = &new_space_size;
158 heap_stats.new_space_capacity = &new_space_capacity;
160 heap_stats.old_pointer_space_size = &old_pointer_space_size;
162 heap_stats.old_pointer_space_capacity = &old_pointer_space_capacity;
164 heap_stats.old_data_space_size = &old_data_space_size;
166 heap_stats.old_data_space_capacity = &old_data_space_capacity;
168 heap_stats.code_space_size = &code_space_size;
170 heap_stats.code_space_capacity = &code_space_capacity
    [all...]
  /external/chromium_org/v8/src/
flag-definitions.h 686 DEFINE_bool(heap_stats, false, "report heap statistics before and after GC")
711 "report heap spill statistics along with heap_stats
    [all...]
api.cc 162 i::HeapStats heap_stats; local
164 heap_stats.start_marker = &start_marker;
166 heap_stats.new_space_size = &new_space_size;
168 heap_stats.new_space_capacity = &new_space_capacity;
170 heap_stats.old_pointer_space_size = &old_pointer_space_size;
172 heap_stats.old_pointer_space_capacity = &old_pointer_space_capacity;
174 heap_stats.old_data_space_size = &old_data_space_size;
176 heap_stats.old_data_space_capacity = &old_data_space_capacity;
178 heap_stats.code_space_size = &code_space_size;
180 heap_stats.code_space_capacity = &code_space_capacity
    [all...]
  /frameworks/base/docs/html/tools/debugging/
debugging-memory.jd 49 D/dalvikvm: <GC_Reason> <Amount_freed>, <Heap_stats>, <External_memory_stats>, <Pause_time>

Completed in 765 milliseconds