Searched refs:this_func (Results 1 – 3 of 3) sorted by relevance
577 this_func = self.file_module_function_of(frame)579 self._callers[(parent_func, this_func)] = 1587 this_func = self.file_module_function_of(frame)588 self._calledfuncs[this_func] = 1
515 this_func = self.file_module_function_of(frame)517 self._callers[(parent_func, this_func)] = 1525 this_func = self.file_module_function_of(frame)526 self._calledfuncs[this_func] = 1
498 Status CheckFunctionsEqual(const NameAttrList& this_func, GraphHasher* that, in CheckFunctionsEqual() argument500 return CheckFunctionsEqual(this_func.name(), this_func.attr(), that, in CheckFunctionsEqual()