Home
last modified time | relevance | path

Searched refs:total_heap_size_executable_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h2706 size_t total_heap_size_executable() { return total_heap_size_executable_; } in total_heap_size_executable()
2713 total_heap_size_executable_ = size; in set_total_heap_size_executable()
2719 size_t total_heap_size_executable_; variable
/external/v8/src/
Dapi.cc4205 total_heap_size_executable_(0), in HeapStatistics()