Searched refs:ParseCompilerOptions (Results 1 – 4 of 4) sorted by relevance
115 bool CompilerOptions::ParseCompilerOptions(const std::vector<std::string>& options, in ParseCompilerOptions() function in art::CompilerOptions
237 bool ParseCompilerOptions(const std::vector<std::string>& options,
93 if (!compiler_options_->ParseCompilerOptions(Runtime::Current()->GetCompilerOptions(), in JitCompiler()
97 if (!compiler_options_->ParseCompilerOptions(compiler_options, in SetupCompiler()