Home
last modified time | relevance | path

Searched refs:first_d8 (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/foozzie/
Dv8_foozzie.py134 options.second_d8 = options.second_d8 or options.first_d8
137 if not os.path.isabs(options.first_d8):
138 options.first_d8 = os.path.join(BASE_PATH, options.first_d8)
143 assert os.path.exists(options.first_d8)
147 options.first_arch = infer_arch(options.first_d8)
242 first_config_output = run_d8(options.first_d8, first_config_flags)
Dv8_foozzie_test.py92 def run_foozzie(first_d8, second_d8): argument
96 '--first-d8', os.path.join(TEST_DATA, first_d8),