Home | History | Annotate | Download | only in jni

Lines Matching refs:opc

581         const char* opc;
584 opc = strstr(dexoptFlagsBuf, "v="); /* verification */
585 if (opc != NULL) {
586 switch (*(opc+2)) {
599 opc = strstr(dexoptFlagsBuf, "o="); /* optimization */
600 if (opc != NULL) {
601 switch (*(opc+2)) {
615 opc = strstr(dexoptFlagsBuf, "m=y"); /* register map */
616 if (opc != NULL) {