Lines Matching defs:std

49   auto it = std::lower_bound(
60 auto it = std::lower_bound(
176 std::unordered_set<CodeEntry*, Hasher, Equals> inline_entries,
177 std::unordered_map<int, std::vector<CodeEntryAndLineNumber>>
179 EnsureRareData()->inline_entries_ = std::move(inline_entries);
180 rare_data_->inline_stacks_ = std::move(inline_stacks);
183 const std::vector<CodeEntryAndLineNumber>* CodeEntry::GetInlineStack(
197 std::vector<CpuProfileDeoptFrame> inlined_frames) {
201 rare_data->deopt_inlined_frames_ = std::move(inlined_frames);
253 {script_id_, static_cast<size_t>(std::max(0, position()))}));
477 ProfileNode* ProfileTree::AddPathFromEnd(const std::vector<CodeEntry*>& path,
545 std::vector<Position> stack;
573 std::atomic<ProfilerId> CpuProfilesCollection::last_id_{0};
577 std::unique_ptr<DiscardedSamplesDelegate> delegate)
580 delegate_(std::move(delegate)),
594 "Profile", id_, "data", std::move(value));
648 task_runner->PostTask(std::make_unique<CpuProfileMaxSamplesCallbackTask>(
649 std::move(delegate_)));
650 // std::move ensures that the delegate_ will be null on the next sample,
693 std::vector<const ProfileNode*> pending_nodes = top_down_.TakePendingNodes();
739 std::any_of(samples_.begin() + streaming_next_sample_, samples_.end(),
752 "ProfileChunk", id_, "data", std::move(value));
769 "ProfileChunk", id_, "data", std::move(value));
775 std::vector<const v8::CpuProfileNode*>* nodes) {
794 std::vector<v8::CpuProfileNode::LineTick> entries(lineCount);
867 std::vector<const v8::CpuProfileNode*> nodes;
1018 size_t distance = std::distance(range.first, range.second);
1062 std::unique_ptr<DiscardedSamplesDelegate> delegate) {
1063 return StartProfiling(++last_id_, title, options, std::move(delegate));
1068 std::unique_ptr<DiscardedSamplesDelegate> delegate) {
1079 for (const std::unique_ptr<CpuProfile>& profile : current_profiles_) {
1094 new CpuProfile(profiler_, id, title, options, std::move(delegate));
1108 auto it = std::find_if(
1110 [=](const std::unique_ptr<CpuProfile>& p) { return id == p->id(); });
1115 finished_profiles_.push_back(std::move(*it));
1133 auto it = std::find_if(
1135 [&](const std::unique_ptr<CpuProfile>& p) {
1158 std::find_if(finished_profiles_.begin(), finished_profiles_.end(),
1159 [&](const std::unique_ptr<CpuProfile>& finished_profile) {
1186 std::max<int64_t>(
1206 for (const std::unique_ptr<CpuProfile>& profile : current_profiles_) {
1230 for (const std::unique_ptr<CpuProfile>& profile : current_profiles_) {