HomeSort by relevance Sort by last modified time
    Searched defs:ConstructorHeapProfile (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
heap-profiler.h 126 // ConstructorHeapProfile is responsible for gathering and logging
130 class ConstructorHeapProfile BASE_EMBEDDED {
132 ConstructorHeapProfile();
133 virtual ~ConstructorHeapProfile() {}
heap-profiler.cc 320 ConstructorHeapProfile::ConstructorHeapProfile()
325 void ConstructorHeapProfile::Call(const JSObjectsCluster& cluster,
336 void ConstructorHeapProfile::CollectStats(HeapObject* obj) {
341 void ConstructorHeapProfile::PrintStats() {
625 ConstructorHeapProfile js_cons_profile;

Completed in 927 milliseconds