Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 8 of 8) sorted by relevance

/art/test/501-null-constant-dce/
Dinfo.txt1 Regression test for the optimizing compiler. See comment in smali file.
/art/test/498-type-propagation/
Dinfo.txt2 compiler. See comment in smali file.
/art/test/503-dead-instructions/
Dinfo.txt2 compiler. See comment in smali file.
/art/test/520-equivalent-phi/
Dinfo.txt2 compiler. See comment in smali file.
/art/test/431-type-propagation/
Dinfo.txt2 compiler. See comment in smali file.
/art/tools/jfuzz/
Drun_jfuzz_test.py521 comment = 'jfuzz {0}\nReproduce test:\n{1}\nReproduce divergence:\n{2}\n'.format(
527 comment += 'Diff:\n' + output
529 comment += '{0} vs {1}\n'.format(retc1, retc2)
531 script_cmd = [self._report_script, title, comment]
/art/runtime/interpreter/mterp/
DREADME.txt19 may be blank, hold a comment (line starts with '#'), or be a command.
/art/tools/
Dcpplint.py2048 def CheckComment(comment, filename, linenum, error): argument
2057 match = _RE_PATTERN_TODO.match(comment)