Home
last modified time | relevance | path

Searched refs:second_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
139 if not os.path.isabs(options.second_d8):
140 options.second_d8 = os.path.join(BASE_PATH, options.second_d8)
144 assert os.path.exists(options.second_d8)
148 options.second_arch = infer_arch(options.second_d8)
248 second_config_output = run_d8(options.second_d8, second_config_flags)
Dv8_foozzie_test.py92 def run_foozzie(first_d8, second_d8): argument
97 '--second-d8', os.path.join(TEST_DATA, second_d8),