Home
last modified time | relevance | path

Searched refs:ProducerHeapProfile (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dheap-profiler.h373 class ProducerHeapProfile {
381 ProducerHeapProfile() : can_log_(false) { } in ProducerHeapProfile() function
389 DISALLOW_COPY_AND_ASSIGN(ProducerHeapProfile);
Disolate.h72 class ProducerHeapProfile; variable
950 ProducerHeapProfile* producer_heap_profile() { in producer_heap_profile()
1215 ProducerHeapProfile* producer_heap_profile_;
Dheap-profiler.cc1144 void ProducerHeapProfile::Setup() { in Setup()
1148 void ProducerHeapProfile::DoRecordJSObjectAllocation(Object* obj) { in DoRecordJSObjectAllocation()
Disolate.cc748 producer_heap_profile_ = new ProducerHeapProfile(); in Init()