Searched refs:dexopt_index (Results 1 – 1 of 1) sorted by relevance
255 size_t dexopt_index = versioned ? 3 : 2; in ReadArgumentsPostV1() local258 if (argv[dexopt_index] == nullptr) { in ReadArgumentsPostV1()262 if (std::string("dexopt").compare(argv[dexopt_index]) != 0) { in ReadArgumentsPostV1()263 LOG(ERROR) << "Expected \"dexopt\" but found: " << argv[dexopt_index]; in ReadArgumentsPostV1()269 while (argv[dexopt_index + 1 + num_args_actual] != nullptr) { in ReadArgumentsPostV1()285 const char* param = argv[dexopt_index + 1 + param_index]; in ReadArgumentsPostV1()