Lines Matching refs:std
57 std::move(sweeper_->sweeping_list_[old_space_index]);
66 std::move(old_space_sweeping_list_);
93 return std::min<size_t>(
163 std::sort(
177 std::make_unique<SweeperJob>(heap_->isolate(), this));
282 free_ranges_map->insert(std::pair<uint32_t, uint32_t>(
399 std::max(max_freed_bytes,
428 std::max(max_freed_bytes,
501 max_freed = std::max(max_freed, freed);
573 std::find(sweeping_list.begin(), sweeping_list.end(), page);
586 std::make_unique<IncrementalSweeperTask>(heap_->isolate(), this));
687 auto task = std::make_unique<IterabilityTask>(heap_->isolate(), this,
691 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task));