Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h5953 size_t does_zap_garbage() { return does_zap_garbage_; } in does_zap_garbage()
5964 bool does_zap_garbage_; variable
/external/v8/src/
Dapi.cc6022 does_zap_garbage_(0) {} in HeapStatistics()
8089 heap_statistics->does_zap_garbage_ = heap->ShouldZapGarbage(); in GetHeapStatistics()