Home
last modified time | relevance | path

Searched refs:style (Results 1 – 11 of 11) sorted by relevance

/art/runtime/interpreter/mterp/
Dgen_mterp.py42 style = None # interpreter style variable
64 global style
67 style = tokens[1]
68 if style != "computed-goto":
69 raise DataParseError("handler-style (%s) invalid" % style)
79 if style != "computed-goto":
272 if style == "computed-goto":
317 if style == "computed-goto":
470 if style == "computed-goto" and not in_sister:
612 if style == None:
DREADME.txt23 handler-style <computed-goto|jump-table>
25 Specify which style of interpreter to generate. In computed-goto,
28 jump-table style, handlers may be of any length, and the generated
113 so you can take advantage of C-style comments and preprocessor directives
Dconfig_arm19 handler-style computed-goto
Dconfig_mips6419 handler-style computed-goto
Dconfig_mips19 handler-style computed-goto
Dconfig_arm6420 handler-style computed-goto
Dconfig_x86_6419 handler-style computed-goto
Dconfig_x8619 handler-style computed-goto
/art/test/085-old-style-inner-class/
Dinfo.txt1 Test that the conversion of an old-style (pre-1.5) inner class results
/art/tools/ahat/src/
DHtmlDoc.java35 public HtmlDoc(PrintStream ps, DocString title, URI style) { in HtmlDoc() argument
43 style.toASCIIString()); in HtmlDoc()
/art/tools/ahat/
DAndroid.mk27 $(LOCAL_PATH)/src/style.css