Searched refs:opc (Results 1 – 1 of 1) sorted by relevance
588 const char* opc; in startVm() local591 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()