Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dfile.py163 def find_matching_line(statement, c1_pass, scope, variables, exclude_lines=[]): argument
177 new_variables = match_lines(statement, c1_pass.body[i], variables)
184 def __init__(self, c1_pass, variables={}): argument
186 self.c1_pass = c1_pass
187 self.c1_length = len(c1_pass.body)
222 match = find_matching_line(statement, self.c1_pass, scope, variables, matched_lines)
241 if match_lines(statement, self.c1_pass.body[i], self.variables) is not None:
257 match = find_matching_line(statement, self.c1_pass, scope, self.variables)
272 match = find_matching_line(statement, self.c1_pass, scope, self.variables)
321 def match_test_case(test_case, c1_pass, instruction_set_features): argument
[all …]
/art/tools/checker/file_format/c1visualizer/
Dtest.py39 c1_pass = C1visualizerPass(c1_file, pass_name, pass_body, 0)