Lines Matching refs:compiler_backend
156 CompilerBackend compiler_backend,
164 *p_dex2oat = new Dex2Oat(Runtime::Current(), compiler_backend, instruction_set, thread_count);
328 CompilerBackend compiler_backend,
331 : compiler_backend_(compiler_backend),
598 CompilerBackend compiler_backend = kPortable;
600 CompilerBackend compiler_backend = kQuick;
688 compiler_backend = kQuick;
690 compiler_backend = kPortable;
875 if (!Dex2Oat::Create(&p_dex2oat, options, compiler_backend, instruction_set, thread_count)) {