Home
last modified time | relevance | path

Searched refs:GetDebuggable (Results 1 – 5 of 5) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h160 bool GetDebuggable() const { in GetDebuggable() function
169 return GetDebuggable() && GetGenerateDebugInfo(); in GetNativeDebuggable()
/art/compiler/jit/
Djit_compiler.cc67 if (!compiler_options_->GetDebuggable()) { in ParseCompilerOptions()
/art/compiler/optimizing/
Doptimizing_compiler.cc803 compiler_options.GetDebuggable(), in TryCompile()
929 compiler_options.GetDebuggable(), in TryCompileIntrinsic()
/art/dex2oat/driver/
Dcompiler_driver.cc376 if (driver.GetCompilerOptions().GetDebuggable()) { in GetDexToDexCompilationLevel()
2309 !compiler_options.GetDebuggable() && in TryInitializeClass()
/art/dex2oat/linker/
Doat_writer.cc1426 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()