Home
last modified time | relevance | path

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

/aosp12/art/compiler/driver/
H A Dcompiler_options.h164 bool GetNativeDebuggable() const { in GetNativeDebuggable() function
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc1293 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in JitCompile()
1401 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in JitCompile()
H A Dcode_generator.cc1313 if (GetCompilerOptions().GetNativeDebuggable() && dex_pc != kNoDexPc) { in MaybeRecordNativeDebugInfo()
H A Dinstruction_builder.cc360 code_generator_->GetCompilerOptions().GetNativeDebuggable(); in Build()
/aosp12/art/dex2oat/
H A Ddex2oat.cc943 compiler_options_->GetNativeDebuggable()); in InsertCompileOptions()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1435 native_debuggable_(compiler_options.GetNativeDebuggable()), in LayoutReserveOffsetCodeMethodVisitor()