Searched refs:called_func_id (Results 1 – 3 of 3) sorted by relevance
1091 const uint32_t called_func_id = call_stack.top(); in ComputeFunctionToEntryPointMapping() local1093 if (!visited.insert(called_func_id).second) continue; in ComputeFunctionToEntryPointMapping()1095 function_to_entry_points_[called_func_id].push_back(entry_point); in ComputeFunctionToEntryPointMapping()1097 const Function* called_func = function(called_func_id); in ComputeFunctionToEntryPointMapping()1118 const uint32_t called_func_id = call_stack.top(); in ComputeRecursiveEntryPoints() local1121 if (!visited.insert(called_func_id).second) continue; in ComputeRecursiveEntryPoints()1123 if (called_func_id == func.id()) { in ComputeRecursiveEntryPoints()1125 function_to_entry_points_[called_func_id]) in ComputeRecursiveEntryPoints()1130 const Function* called_func = function(called_func_id); in ComputeRecursiveEntryPoints()
1263 const uint32_t called_func_id = call_stack.top(); in ComputeFunctionToEntryPointMapping() local1265 if (!visited.insert(called_func_id).second) continue; in ComputeFunctionToEntryPointMapping()1267 function_to_entry_points_[called_func_id].push_back(entry_point); in ComputeFunctionToEntryPointMapping()1269 const Function* called_func = function(called_func_id); in ComputeFunctionToEntryPointMapping()1290 const uint32_t called_func_id = call_stack.top(); in ComputeRecursiveEntryPoints() local1293 if (!visited.insert(called_func_id).second) continue; in ComputeRecursiveEntryPoints()1295 if (called_func_id == func.id()) { in ComputeRecursiveEntryPoints()1297 function_to_entry_points_[called_func_id]) in ComputeRecursiveEntryPoints()1302 const Function* called_func = function(called_func_id); in ComputeRecursiveEntryPoints()