Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py2291 next_line = raw[linenum + 1]
2292 if (next_line
2293 and Match(r'\s*}', next_line)
2294 and next_line.find('} else ') == -1):
3441 next_line = clean_lines.elided[linenum + 1]
3448 if not Search(r'^\s*}[\w\*,\s]*;', next_line):
/art/runtime/verifier/
Dmethod_verifier.cc3114 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); in CodeFlowVerifyInstruction() local
3115 if (next_line != nullptr) { in CodeFlowVerifyInstruction()