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 232 i::HeapStats heap_stats; local
234 heap_stats.start_marker = &start_marker;
236 heap_stats.new_space_size = &new_space_size;
238 heap_stats.new_space_capacity = &new_space_capacity;
240 heap_stats.old_space_size = &old_space_size;
242 heap_stats.old_space_capacity = &old_space_capacity;
244 heap_stats.code_space_size = &code_space_size;
246 heap_stats.code_space_capacity = &code_space_capacity;
248 heap_stats.map_space_size = &map_space_size;
250 heap_stats.map_space_capacity = &map_space_capacity
    [all...]
flag-definitions.h     [all...]

Completed in 80 milliseconds