HomeSort by relevance Sort by last modified time
    Searched refs:ConstructorHeapProfile (Results 1 - 3 of 3) 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;
  /external/v8/test/cctest/
test-heap-profiler.cc 27 class ConstructorHeapProfileTestHelper : public i::ConstructorHeapProfile {
30 : i::ConstructorHeapProfile(),

Completed in 52 milliseconds