HomeSort by relevance Sort by last modified time
    Searched refs:opEnd (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/template/
gen-template.py 125 raise DataParseError("op statements must be between opStart/opEnd")
136 def opEnd(tokens):
139 raise DataParseError("opEnd takes no arguments")
141 raise DataParseError("opEnd must follow opStart, and only appear once")
402 opEnd(tokens)
  /dalvik/vm/mterp/
gen-mterp.py 127 raise DataParseError("op statements must be between opStart/opEnd")
141 def opEnd(tokens):
144 raise DataParseError("opEnd takes no arguments")
146 raise DataParseError("opEnd must follow opStart, and only appear once")
456 opEnd(tokens)

Completed in 58 milliseconds