HomeSort by relevance Sort by last modified time
    Searched refs:top_sources (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/ignition/
bytecode_dispatches_report_test.py 51 top_sources, top_dests = bdr.find_top_dispatch_sources_and_destinations(
53 self.assertListEqual(top_sources, [
57 top_sources, top_dests = bdr.find_top_dispatch_sources_and_destinations(
59 self.assertListEqual(top_sources, [
bytecode_dispatches_report.py 117 top_sources, top_destinations = find_top_dispatch_sources_and_destinations(
120 for source_name, counter, ratio in top_sources:

Completed in 248 milliseconds