Searched refs:function_info_index (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/profiler/
H A Dallocation-tracker.h29 unsigned function_info_index);
31 AllocationTraceNode* FindChild(unsigned function_info_index);
32 AllocationTraceNode* FindOrAddChild(unsigned function_info_index);
35 unsigned function_info_index() const { return function_info_index_; } function in class:v8::internal::AllocationTraceNode
H A Dallocation-tracker.cc15 AllocationTraceTree* tree, unsigned function_info_index)
17 function_info_index_(function_info_index),
30 unsigned function_info_index) {
33 if (node->function_info_index() == function_info_index) return node;
40 unsigned function_info_index) {
41 AllocationTraceNode* child = FindChild(function_info_index);
43 child = new AllocationTraceNode(tree_, function_info_index);
14 AllocationTraceNode( AllocationTraceTree* tree, unsigned function_info_index) argument
29 FindChild( unsigned function_info_index) argument
39 FindOrAddChild( unsigned function_info_index) argument
H A Dheap-snapshot-generator.cc2906 JSON_S("function_info_index") ","
2957 buffer_pos = utoa(node->function_info_index(), buffer, buffer_pos);

Completed in 144 milliseconds