Lines Matching refs:AllocationProfile
44 v8::AllocationProfile::Allocation SamplingHeapProfiler::ScaleSample(
210 v8::AllocationProfile::Node* SamplingHeapProfiler::TranslateAllocationNode(
211 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node,
218 int line = v8::AllocationProfile::kNoLineNumberInfo;
219 int column = v8::AllocationProfile::kNoColumnNumberInfo;
220 std::vector<v8::AllocationProfile::Allocation> allocations;
239 profile->nodes_.push_back(v8::AllocationProfile::Node{
243 node->id_, std::vector<v8::AllocationProfile::Node*>(), allocations});
244 v8::AllocationProfile::Node* current = &profile->nodes_.back();
257 v8::AllocationProfile* SamplingHeapProfiler::GetAllocationProfile() {
272 auto profile = new v8::internal::AllocationProfile();
279 const std::vector<v8::AllocationProfile::Sample>
281 std::vector<v8::AllocationProfile::Sample> samples;
285 samples.emplace_back(v8::AllocationProfile::Sample{