OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:executionmode
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/native/
dalvik_system_VMRuntime.c
191
if (gDvm.
executionMode
== kExecutionModeJit &&
213
if (gDvm.
executionMode
== kExecutionModeJit) {
dalvik_system_Zygote.c
298
if (gDvm.
executionMode
== kExecutionModeJit)
299
gDvm.
executionMode
= kExecutionModeInterpFast;
/dalvik/vm/
Init.c
887
gDvm.
executionMode
= kExecutionModeInterpPortable;
889
gDvm.
executionMode
= kExecutionModeInterpFast;
892
gDvm.
executionMode
= kExecutionModeJit;
[
all
...]
Globals.h
54
typedef enum
ExecutionMode
{
61
}
ExecutionMode
;
121
ExecutionMode
executionMode
;
/frameworks/base/core/jni/
AndroidRuntime.cpp
544
}
executionMode
= kEMDefault;
560
executionMode
= kEMIntPortable;
562
executionMode
= kEMIntFast;
565
executionMode
= kEMJitCompiler;
789
if (
executionMode
== kEMIntPortable) {
792
} else if (
executionMode
== kEMIntFast) {
796
} else if (
executionMode
== kEMJitCompiler) {
[
all
...]
/dalvik/vm/interp/
Interp.c
[
all
...]
Completed in 515 milliseconds