Home
last modified time | relevance | path

Searched defs:live_bytes (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/heap/
Dconcurrent-marking.h35 intptr_t live_bytes; member
Dmark-compact.h260 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
284 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
310 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
347 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
Dsweeper.cc328 Page* page, size_t live_bytes, FreeListRebuildingMode free_list_mode) { in ClearMarkBitsAndHandleLivenessStatistics()
368 size_t live_bytes = 0; in RawSweep() local
Dmark-compact.cc776 size_t live_bytes = pages[i].first; in CollectEvacuationCandidates() local
3060 void FullEvacuator::RawEvacuatePage(MemoryChunk* chunk, intptr_t* live_bytes) { in RawEvacuatePage()
3165 MigrationObserver* migration_observer, const intptr_t live_bytes) { in CreateAndExecuteEvacuationTasks()
3207 bool MarkCompactCollectorBase::ShouldMovePage(Page* p, intptr_t live_bytes, in ShouldMovePage()
3219 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local
5026 size_t live_bytes = 0; in TraceFragmentation() local
5145 intptr_t* live_bytes) { in RawEvacuatePage()
5204 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local
Dincremental-marking.cc619 intptr_t live_bytes = pair.second; in Stop() local
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto26 int64 live_bytes = 4; field