Home
last modified time | relevance | path

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

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