Searched refs:function_info_index (Results 1 – 4 of 4) sorted by relevance
15 AllocationTraceTree* tree, unsigned function_info_index) in AllocationTraceNode() argument17 function_info_index_(function_info_index), in AllocationTraceNode()30 unsigned function_info_index) { in FindChild() argument33 if (node->function_info_index() == function_info_index) return node; in FindChild()40 unsigned function_info_index) { in FindOrAddChild() argument41 AllocationTraceNode* child = FindChild(function_info_index); in FindOrAddChild()43 child = new AllocationTraceNode(tree_, function_info_index); in FindOrAddChild()
20 unsigned function_info_index);22 AllocationTraceNode* FindChild(unsigned function_info_index);23 AllocationTraceNode* FindOrAddChild(unsigned function_info_index);26 unsigned function_info_index() const { return function_info_index_; } in function_info_index() function
3005 buffer_pos = utoa(node->function_info_index(), buffer, buffer_pos); in SerializeTraceNode()
2424 unsigned index = children[j]->function_info_index(); in FindNode()