Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h5227 size_t does_zap_garbage() { return does_zap_garbage_; } in does_zap_garbage()
5237 bool does_zap_garbage_; variable
/external/v8/src/
Dapi.cc5581 does_zap_garbage_(0) {} in HeapStatistics()
7471 heap_statistics->does_zap_garbage_ = heap->ShouldZapGarbage(); in GetHeapStatistics()