Lines Matching refs:targets
187 _, _, _, targets = callgraph[info['title']]
189 file, function, int(size), targets)
192 _, _, _, targets = callgraph[info['sourcename']]
193 targets.add(info['targetname'])
198 for source, (s_file, s_function, frame, targets) in callgraph.items():
223 callgraph_[source] = (s_file, s_function, frame, targets)
228 for source, (s_file, s_function, frame, targets) in callgraph.items():
237 callgraph_[source] = (s_file, s_function, frame, targets)
246 _, _, frame, targets = callgraph[source]
249 for target in targets:
258 def find_children(targets):
260 for target in targets:
268 for source, (s_file, s_function, frame, targets) in callgraph.items():
270 children = find_children(targets)