HomeSort by relevance Sort by last modified time
    Searched defs: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")
403 opEnd(tokens)
  /dalvik/vm/mterp/
gen-mterp.py 164 raise DataParseError("alt statements must be between opStart/opEnd")
184 raise DataParseError("op statements must be between opStart/opEnd")
212 def opEnd(tokens):
215 raise DataParseError("opEnd takes no arguments")
217 raise DataParseError("opEnd must follow opStart, and only appear once")
232 raise DataParseError("opEnd takes no arguments")
600 opEnd(tokens)

Completed in 60 milliseconds