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

  /external/v8/src/
api.cc 252 i::HeapStats heap_stats; local
254 heap_stats.start_marker = &start_marker;
256 heap_stats.new_space_size = &new_space_size;
258 heap_stats.new_space_capacity = &new_space_capacity;
260 heap_stats.old_space_size = &old_space_size;
262 heap_stats.old_space_capacity = &old_space_capacity;
264 heap_stats.code_space_size = &code_space_size;
266 heap_stats.code_space_capacity = &code_space_capacity;
268 heap_stats.map_space_size = &map_space_size;
270 heap_stats.map_space_capacity = &map_space_capacity
    [all...]
flag-definitions.h     [all...]

Completed in 67 milliseconds