Lines Matching refs:compiler_options
78 static JniCompiledMethod ArtJniCompileMethodInternal(const CompilerOptions& compiler_options, in ArtJniCompileMethodInternal() argument
89 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in ArtJniCompileMethodInternal()
91 compiler_options.GetInstructionSetFeatures(); in ArtJniCompileMethodInternal()
92 bool emit_read_barrier = compiler_options.EmitReadBarrier(); in ArtJniCompileMethodInternal()
93 bool is_debuggable = compiler_options.GetDebuggable(); in ArtJniCompileMethodInternal()
94 bool needs_entry_exit_hooks = is_debuggable && compiler_options.IsJitCompiler(); in ArtJniCompileMethodInternal()
164 jni_asm->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in ArtJniCompileMethodInternal()
165 jni_asm->SetEmitRunTimeChecksInDebugMode(compiler_options.EmitRunTimeChecksInDebugMode()); in ArtJniCompileMethodInternal()
770 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options, in ArtQuickJniCompileMethod() argument
774 if (Is64BitInstructionSet(compiler_options.GetInstructionSet())) { in ArtQuickJniCompileMethod()
776 compiler_options, shorty, access_flags, allocator); in ArtQuickJniCompileMethod()
779 compiler_options, shorty, access_flags, allocator); in ArtQuickJniCompileMethod()