Searched defs:HeapStatistics (Results 1 - 2 of 2) sorted by relevance

/external/v8/include/
H A Dv8.h2699 * Instances of this class can be passed to v8::V8::HeapStatistics to
2702 class V8EXPORT HeapStatistics { class in namespace:v8
2704 HeapStatistics();
3252 static void GetHeapStatistics(HeapStatistics* heap_statistics);
/external/v8/src/
H A Dapi.cc4204 HeapStatistics::HeapStatistics(): total_heap_size_(0), function in class:v8::HeapStatistics
4210 void v8::V8::GetHeapStatistics(HeapStatistics* heap_statistics) {

Completed in 150 milliseconds