Home
last modified time | relevance | path

Searched defs:dispatches_table (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/ignition/
Dbytecode_dispatches_report.py53 def warn_if_counter_may_have_saturated(dispatches_table): argument
61 def find_top_bytecode_dispatch_pairs(dispatches_table, top_count): argument
71 def print_top_bytecode_dispatch_pairs(dispatches_table, top_count): argument
79 def find_top_bytecodes(dispatches_table): argument
88 def print_top_bytecodes(dispatches_table): argument
96 dispatches_table, bytecode, top_count, sort_source_relative): argument
115 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
128 def build_counters_matrix(dispatches_table): argument
145 def plot_dispatches_table(dispatches_table, figure, axis): argument