Home
last modified time | relevance | path

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

/dalvik/vm/mterp/
Dgen-mterp.py40 style = None # interpreter style variable
59 global style
62 style = tokens[1]
63 if style != "computed-goto" and style != "jump-table" and style != "all-c":
64 raise DataParseError("handler-style (%s) invalid" % style)
74 if style != "computed-goto":
115 if style == "all-c":
133 if style == "all-c":
223 if style == "jump-table":
251 if style == "computed-goto":
[all …]
Dconfig-allstubs19 # handler-style command should match the target assembly interpreter.
22 #handler-style jump-table
23 handler-style computed-goto
Dconfig-portable19 handler-style all-c
Dconfig-armv5te19 handler-style computed-goto
Dconfig-x8619 handler-style jump-table
DREADME.txt42 The interpreter style is selected via the "handler-size" command (see below).
63 handler-style <computed-goto|jump-table|all-c>
65 Specify which style of interpreter to generate. In computed-goto,
68 jump-table style, handlers may be of any length, and the generated
69 table is an array of pointers to the handlers. The "all-c" style is
172 so you can take advantage of C-style comments and preprocessor directives
Dconfig-armv5te-vfp23 handler-style computed-goto
Dconfig-armv7-a24 handler-style computed-goto
Dconfig-armv7-a-neon24 handler-style computed-goto
Dconfig-x86-atom16 handler-style computed-goto
/dalvik/docs/
Ddalvik-constraints.css8 border-top-style: solid;
48 border-top-style: solid;
49 border-bottom-style: solid;
Djava-constraints.css8 border-top-style: solid;
48 border-top-style: solid;
49 border-bottom-style: solid;
Dprettify.js570 var style;
578 style = patternParts[0];
590 style = patternParts[0];
596 style = PR_PLAIN;
601 decorations.push(opt_basePos + pos, style);
604 if (style !== PR_COMMENT && notWs.test(token)) { lastToken = token; }
618 /^<(script|style|xmp)\b[^>]*>[\s\S]*?<\/\1\b[^>]*>/i, null],
Dprettify.css19 .com { color: #600; font-style: italic; }
/dalvik/tests/085-old-style-inner-class/
Dinfo.txt1 Test that the conversion of an old-style (pre-1.5) inner class results
/dalvik/dx/tests/113-old-style-inner-class/
Dinfo.txt2 converstion of old-style anonymous inner classes (whose representation