Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h156 bool GetDebuggable() const { in GetDebuggable() function
165 return GetDebuggable() && GetGenerateDebugInfo(); in GetNativeDebuggable()
/art/compiler/jit/
Djit_compiler.cc67 if (!compiler_options_->GetDebuggable()) { in ParseCompilerOptions()
/art/compiler/optimizing/
Doptimizing_compiler.cc815 compiler_options.GetDebuggable(), in TryCompile()
940 compiler_options.GetDebuggable(), in TryCompileIntrinsic()
/art/dex2oat/driver/
Dcompiler_driver.cc2218 !compiler_options.GetDebuggable() && in TryInitializeClass()
/art/dex2oat/linker/
Doat_writer.cc1434 debuggable_(compiler_options.GetDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()