Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dfile.py159 def findMatchingLine(statement, c1Pass, scope, variables, excludeLines=[]): argument
172 newVariables = MatchLines(statement, c1Pass.body[i], variables)
178 def __init__(self, c1Pass, variables={}): argument
180 self.c1Pass = c1Pass
181 self.c1Length = len(c1Pass.body)
216 match = findMatchingLine(statement, self.c1Pass, scope, variables, matchedLines)
235 if MatchLines(statement, self.c1Pass.body[i], self.variables) is not None:
251 match = findMatchingLine(statement, self.c1Pass, scope, self.variables)
266 match = findMatchingLine(statement, self.c1Pass, scope, self.variables)
314 def MatchTestCase(testCase, c1Pass, instructionSetFeatures): argument
[all …]
/art/tools/checker/file_format/c1visualizer/
Dtest.py39 c1Pass = C1visualizerPass(c1File, passName, passBody, 0)