Searched refs:dex2oat_bin (Results 1 – 3 of 3) sorted by relevance
32 explicit RunDex2Oat(const char* dex2oat_bin, ExecVHelper* execv_helper);
62 RunDex2Oat::RunDex2Oat(const char* dex2oat_bin, ExecVHelper* execv_helper) in RunDex2Oat() argument63 : dex2oat_bin_(dex2oat_bin), execv_helper_(execv_helper) {} in RunDex2Oat()
1954 const char* dex2oat_bin = select_execution_binary( in dexopt() local1963 RunDex2Oat runner(dex2oat_bin, execv_helper.get()); in dexopt()