Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h321 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
342 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
364 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
384 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
405 intptr_t live_bytes(MemoryChunk* chunk) const { in live_bytes() function
Dconcurrent-marking.h100 LiveBytesMap live_bytes; member
Dconcurrent-marking.cc33 explicit ConcurrentMarkingState(LiveBytesMap* live_bytes) in ConcurrentMarkingState()
79 LiveBytesMap* live_bytes, in ConcurrentMarkingVisitor()
750 LiveBytesMap& live_bytes = task_state_[i].live_bytes; in FlushLiveBytes() local
Dmark-compact.cc699 size_t live_bytes = pages[i].first; in CollectEvacuationCandidates() local
2472 void FullEvacuator::RawEvacuatePage(Page* page, intptr_t* live_bytes) { in RawEvacuatePage()
2555 MigrationObserver* migration_observer, const intptr_t live_bytes) { in CreateAndExecuteEvacuationTasks()
2599 bool MarkCompactCollectorBase::ShouldMovePage(Page* p, intptr_t live_bytes) { in ShouldMovePage()
2610 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local
4358 intptr_t* live_bytes) { in RawEvacuatePage()
4422 intptr_t live_bytes = 0; in EvacuatePagesInParallel() local
Dsweeper.cc264 intptr_t live_bytes = 0; in RawSweep() local
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto26 int64 live_bytes = 4; field