Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
DAndroidRuntime.cpp588 const char* opc; in startVm() local
591 opc = strstr(dexoptFlagsBuf, "v="); /* verification */ in startVm()
592 if (opc != NULL) { in startVm()
593 switch (*(opc+2)) { in startVm()
606 opc = strstr(dexoptFlagsBuf, "o="); /* optimization */ in startVm()
607 if (opc != NULL) { in startVm()
608 switch (*(opc+2)) { in startVm()
622 opc = strstr(dexoptFlagsBuf, "m=y"); /* register map */ in startVm()
623 if (opc != NULL) { in startVm()