Home
last modified time | relevance | path

Searched refs:function_info_index_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dallocation-tracker.h35 unsigned function_info_index() const { return function_info_index_; } in function_info_index()
45 unsigned function_info_index_; variable
Dallocation-tracker.cc17 function_info_index_(function_info_index), in AllocationTraceNode()
60 tracker->function_info_list()[function_info_index_]; in Print()
63 base::OS::Print("%u #%u", function_info_index_, id_); in Print()