Home
last modified time | relevance | path

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

/art/tools/checker/file_format/checker/
Dparser.py102 next_line = _extract_line(prefix + "-NEXT", line)
103 if next_line is not None:
104 return (next_line, TestStatement.Variant.NEXT_LINE, line_no), None, None
/art/runtime/verifier/
Dmethod_verifier.cc3540 RegisterLine* next_line = reg_table_.GetLine(next_insn_idx); in CodeFlowVerifyInstruction() local
3541 if (next_line != nullptr) { in CodeFlowVerifyInstruction()