Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/ignition/
Dbytecode_dispatches_report.py56 def warn_if_counter_may_have_saturated(dispatches_table): argument
64 def find_top_bytecode_dispatch_pairs(dispatches_table, top_count): argument
74 def print_top_bytecode_dispatch_pairs(dispatches_table, top_count): argument
82 def find_top_bytecodes(dispatches_table): argument
91 def print_top_bytecodes(dispatches_table): argument
99 dispatches_table, bytecode, top_count, sort_source_relative): argument
118 def print_top_dispatch_sources_and_destinations(dispatches_table, bytecode, argument
131 def build_counters_matrix(dispatches_table): argument
148 def plot_dispatches_table(dispatches_table, figure, axis): argument