Searched refs:DeleteFunctionInfo (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dallocation-tracker.h122 static void DeleteFunctionInfo(FunctionInfo** info);
H A Dallocation-tracker.cc189 void AllocationTracker::DeleteFunctionInfo(FunctionInfo** info) { function in class:v8::internal::AllocationTracker
206 function_info_list_.Iterate(&DeleteFunctionInfo);

Completed in 78 milliseconds