Lines Matching defs:std
46 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_));
89 std::make_unique<Sample>(size, node, loc, this, next_sample_id());
92 samples_.emplace(sample.get(), std::move(sample));
126 auto new_child = std::make_unique<AllocationNode>(
128 return parent->AddChildNode(id, std::move(new_child));
134 std::vector<SharedFunctionInfo> stack;
212 const std::map<int, Handle<Script>>& scripts) {
220 std::vector<v8::AllocationProfile::Allocation> allocations;
243 node->id_, std::vector<v8::AllocationProfile::Node*>(), allocations});
248 // invalidated upon std::map insertion.
264 std::map<int, Handle<Script>> scripts;
279 const std::vector<v8::AllocationProfile::Sample>
281 std::vector<v8::AllocationProfile::Sample> samples;