Home
last modified time | relevance | path

Searched refs:GetNativeDebuggable (Results 1 – 6 of 6) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h168 bool GetNativeDebuggable() const { in GetNativeDebuggable() function
/art/compiler/optimizing/
Doptimizing_compiler.cc1275 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in JitCompile()
1383 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in JitCompile()
Dcode_generator.cc1291 if (GetCompilerOptions().GetNativeDebuggable() && dex_pc != kNoDexPc) { in MaybeRecordNativeDebugInfo()
Dinstruction_builder.cc323 code_generator_->GetCompilerOptions().GetNativeDebuggable(); in Build()
/art/dex2oat/
Ddex2oat.cc1219 compiler_options_->GetNativeDebuggable()); in InsertCompileOptions()
/art/dex2oat/linker/
Doat_writer.cc1427 native_debuggable_(compiler_options.GetNativeDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()