Lines Matching full:interpreter
8 This is the source code for the Dalvik interpreter. The core of the
15 interpreter, and is generated using the same sources and tools that
22 The best way to become familiar with the interpreter is to look at the
42 The interpreter style is selected via the "handler-size" command (see below).
65 Specify which style of interpreter to generate. In computed-goto,
70 for the portable interpreter (which is implemented completely in C).
158 code with the portable interpreter. (This is expected to be reduced in
252 ==== Interpreter Control ====
254 The central mechanism for interpreter control is the InterpBreak struture
263 is active, kSubModeMethodTrace is set. This bit informs the interpreter
269 interpreter is to poll the subMode field before interpreting each Dalvik
271 what the portable interpreter does. The "FINISH" macro expands to
279 The mterp fast interpreter achieves much of its performance advantage
280 over the portable interpreter through its efficient mechanism of
299 The breakFlags field tells the interpreter control mechanism whether