Home
last modified time | relevance | path

Searched refs:include_patch_information_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc32 include_patch_information_(kDefaultIncludePatchInformation), in CompilerOptions()
80 include_patch_information_(include_patch_information), in CompilerOptions()
Dcompiler_options.h181 return include_patch_information_; in GetIncludePatchInformation()
223 const bool include_patch_information_; variable