Home
last modified time | relevance | path

Searched refs:PrintAllocationsOrigins (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.cc411 heap_->new_space()->PrintAllocationsOrigins(); in NotifySweepingCompleted()
412 heap_->old_space()->PrintAllocationsOrigins(); in NotifySweepingCompleted()
413 heap_->code_space()->PrintAllocationsOrigins(); in NotifySweepingCompleted()
414 heap_->map_space()->PrintAllocationsOrigins(); in NotifySweepingCompleted()
Dspaces.cc287 void SpaceWithLinearArea::PrintAllocationsOrigins() { in PrintAllocationsOrigins() function in v8::internal::SpaceWithLinearArea
Dspaces.h529 void PrintAllocationsOrigins();