Lines Matching refs:compiler_driver_
895 compiler_driver_->GetCodeToPatch().size() +
896 compiler_driver_->GetMethodsToPatch().size() +
897 compiler_driver_->GetClassesToPatch().size() +
898 compiler_driver_->GetStringsToPatch().size();
921 ElfBuilder builder(oat_writer, elf_file_, compiler_driver_->GetInstructionSet(), 0,
928 bool generateDebugInformation = compiler_driver_->GetCallFrameInformation() != nullptr;
934 eh_frame.SetBuffer(*compiler_driver_->GetCallFrameInformation());
944 if (compiler_driver_->GetCompilerOptions().GetIncludePatchInformation()) {