Home | History | Annotate | Download | only in profiler

Lines Matching refs:AllocationProfile

25 class AllocationProfile : public v8::AllocationProfile {
27 AllocationProfile() : nodes_() {}
29 v8::AllocationProfile::Node* GetRootNode() override {
33 std::deque<v8::AllocationProfile::Node>& nodes() { return nodes_; }
36 std::deque<v8::AllocationProfile::Node> nodes_;
38 DISALLOW_COPY_AND_ASSIGN(AllocationProfile);
47 v8::AllocationProfile* GetAllocationProfile();
128 // Methods that construct v8::AllocationProfile.
131 // AllocationProfile::Node. The newly created AllocationProfile::Node is added
132 // to the provided AllocationProfile *profile*. Line numbers, column numbers,
135 v8::AllocationProfile::Node* TranslateAllocationNode(
136 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node,
138 v8::AllocationProfile::Allocation ScaleSample(size_t size,