Searched defs:DEXOPT_PARAM_COUNT (Results 1 – 3 of 3) sorted by relevance
31 static constexpr size_t DEXOPT_PARAM_COUNT = 10U; variable
222 static int do_ota_dexopt(const char* args[DEXOPT_PARAM_COUNT], in do_ota_dexopt()258 static int do_regular_dexopt(const char* args[DEXOPT_PARAM_COUNT], in do_regular_dexopt()
1527 int dexopt(const char* const params[DEXOPT_PARAM_COUNT]) { in dexopt()