Lines Matching full:interpreter
164 interpreter cores. These are referred to as "fast", "portable", and
165 "debug". The "fast" interpreter is optimized for the current
167 constrast, the "portable" interpreter is written in C and expected to
168 run on a broad range of platforms. The "debug" interpreter is a variant
172 a different interpreter, the JIT compiler may be enabled or disabled
181 <p>To select the "portable" interpreter, you would use:
183 If the property is not specified, the most appropriate interpreter
188 the "fast" interpreter is generated as a series of C stubs, and the
194 switches to the "debug" interpreter. When profiling ends or the debugger
195 disconnects, the original interpreter is resumed. (The "debug" interpreter