Searched refs:get_function (Results 1 – 2 of 2) sorted by relevance
468 def get_function(self, function_id): member in PprofProfileGenerator497 function = self.get_function(location.lines[0].function_id)542 function = self.get_function(function_id)
186 function = lib.get_function(func_id)255 def get_function(self, func_id: int) -> FunctionScope: member in LibScope