Lines Matching refs:AllocationNode
52 class AllocationNode; variable
56 Sample(size_t size_, AllocationNode* owner_, Local<Value> local_, in Sample()
65 AllocationNode* const owner;
73 class AllocationNode {
75 AllocationNode(AllocationNode* parent, const char* name, int script_id, in AllocationNode() function
82 ~AllocationNode() { in ~AllocationNode()
105 AllocationNode* FindOrAddChildNode(const char* name, int script_id,
110 std::map<FunctionId, AllocationNode*> children_;
111 AllocationNode* const parent_;
119 DISALLOW_COPY_AND_ASSIGN(AllocationNode);
137 AllocationProfile* profile, SamplingHeapProfiler::AllocationNode* node,
141 AllocationNode* AddStack();
148 AllocationNode profile_root_;