Searched defs:CompilerOptions (Results 1 - 1 of 1) sorted by relevance

/art/compiler/driver/
H A Dcompiler_options.h22 class CompilerOptions { class in namespace:art
48 CompilerOptions() : function in class:art::CompilerOptions
68 CompilerOptions(CompilerFilter compiler_filter, function in class:art::CompilerOptions
114 return ((compiler_filter_ != CompilerOptions::kVerifyNone) &&
115 (compiler_filter_ != CompilerOptions::kInterpretOnly));
119 return (compiler_filter_ != CompilerOptions::kVerifyNone);

Completed in 234 milliseconds