Lines Matching refs:compiler_driver_
43 : compiler_driver_(compiler),
95 oat_header_ = new OatHeader(compiler_driver_->GetInstructionSet(),
154 CompiledClass* compiled_class = compiler_driver_->GetCompiledClass(class_ref);
180 if (compiler_driver_->IsImage()) {
181 InstructionSet instruction_set = compiler_driver_->GetInstructionSet();
186 field.reset(compiler_driver_->Create ## fn_name()); \
296 compiler_driver_->GetCompiledMethod(MethodReference(dex_file, method_idx));
362 CompiledClass* compiled_class = compiler_driver_->GetCompiledClass(class_ref);
398 if (compiler_driver_->IsImage()) {
552 if (compiler_driver_->IsImage()) {
553 InstructionSet instruction_set = compiler_driver_->GetInstructionSet();
668 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, method_idx));