Home
last modified time | relevance | path

Searched refs:GenerateAnyDebugInfo (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h152 bool GenerateAnyDebugInfo() const { in GenerateAnyDebugInfo() function
/art/compiler/optimizing/
Doptimizing_compiler.cc810 compiler_driver->GetCompilerOptions().GenerateAnyDebugInfo()); in TryCompile()
928 compiler_driver->GetCompilerOptions().GenerateAnyDebugInfo()); in TryCompileIntrinsic()
1232 if (compiler_options.GenerateAnyDebugInfo()) { in JitCompile()
1356 if (compiler_options.GenerateAnyDebugInfo()) { in JitCompile()
1402 DCHECK(compiler_options.GenerateAnyDebugInfo()); in GenerateJitDebugInfo()
/art/compiler/jni/quick/
Djni_compiler.cc219 jni_asm->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in ArtJniCompileMethodInternal()