Home
last modified time | relevance | path

Searched refs:ParseCompilerOptions (Results 1 – 7 of 7) sorted by relevance

/art/compiler/jit/
Djit_compiler.cc44 void JitCompiler::ParseCompilerOptions() { in ParseCompilerOptions() function in art::jit::JitCompiler
51 if (!compiler_options_->ParseCompilerOptions(runtime->GetCompilerOptions(), in ParseCompilerOptions()
154 ParseCompilerOptions(); in JitCompiler()
Djit_compiler.h52 void ParseCompilerOptions() override;
/art/compiler/driver/
Dcompiler_options.cc130 bool CompilerOptions::ParseCompilerOptions(const std::vector<std::string>& options, in ParseCompilerOptions() function in art::CompilerOptions
Dcompiler_options.h294 bool ParseCompilerOptions(const std::vector<std::string>& options,
/art/runtime/jit/
Djit.h200 virtual void ParseCompilerOptions() = 0;
Djit.cc1750 jit_compiler_->ParseCompilerOptions(); in PostForkChildAction()
/art/dex2oat/linker/
Doat_writer_test.cc91 if (!compiler_options_->ParseCompilerOptions(compiler_options, in SetupCompiler()