Lines Matching refs:symbols
355 symbols = []
373 symbols.append(cur_symbol)
380 symbols.append(cur_symbol)
422 return symbols
425 symbols = self._read_report_file(report_file, has_callgraph)
426 if not self._check_symbol_overhead_requirements(test, symbols):
429 if not self._check_symbol_children_overhead_requirements(test, symbols):
431 if not self._check_symbol_relation_requirements(test, symbols):
435 def _check_symbol_overhead_requirements(self, test, symbols): argument
439 for symbol in symbols:
458 def _check_symbol_children_overhead_requirements(self, test, symbols): argument
461 for symbol in symbols:
478 def _check_symbol_relation_requirements(self, test, symbols): argument
481 for symbol in symbols: