Searched refs:live_bytes (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.cc175 residual_bytes += mem.live_bytes();
/external/v8/src/heap/
H A Dmark-compact.cc708 size_t live_bytes = pages[i].first; local
709 DCHECK_GE(area_size, live_bytes);
710 size_t free_bytes = area_size - live_bytes;
713 ((total_live_bytes + live_bytes) <= max_evacuated_bytes))) {
715 total_live_bytes += live_bytes;
3161 "live_bytes=%d time=%f\n",
3192 intptr_t live_bytes) {
3210 tasks = 1 + static_cast<int>(live_bytes / compaction_speed /
3270 intptr_t live_bytes = 0; local
3272 live_bytes
3191 NumberOfParallelCompactionTasks(int pages, intptr_t live_bytes) argument
[all...]
H A Dmark-compact.h762 int NumberOfParallelCompactionTasks(int pages, intptr_t live_bytes);
H A Dspaces.h429 void SetLiveBytes(int live_bytes) { argument
430 DCHECK_GE(live_bytes, 0);
431 DCHECK_LE(static_cast<size_t>(live_bytes), size_);
432 live_byte_count_ = live_bytes;
/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_with_tracking_alloc_test.cc345 EXPECT_LT(0, node_stat.memory(0).live_bytes());

Completed in 376 milliseconds