Home | History | Annotate | Download | only in docs

Lines Matching full:portable

40 Most of the Dalvik VM runtime is written in portable C.  The one
41 non-portable component of the runtime is the JNI call bridge. Simply put,
85 The Dalvik runtime includes two interpreters, labeled "portable" and "fast".
86 The portable interpreter is largely contained within a single C function,
94 quite a bit slower than the portable interpreter, making "fast" something
98 support, you may want to switch to the portable interpreter. This can
102 <code>adb shell "echo dalvik.vm.execution-mode = int:portable >> /data/local.prop"</code>
104 and reboot, the Android app framework will start the VM with the portable
133 this is handled automatically by Dalvik, but there's no portable way to detect
259 with the basic set defined by the portable interpreter.
297 interpreter. This is a variation of the portable interpreter that includes
305 "portable" interpreter.
334 <code>--portable</code> and <code>--fast</code> to explictly specify