Home
last modified time | relevance | path

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

/art/compiler/debug/
Dmethod_debug_info.h38 bool is_native_debuggable; member
Delf_debug_line_writer.h140 if (!mi->is_native_debuggable) { in WriteCompilationUnit()
220 const bool default_is_stmt = mi->is_native_debuggable; in WriteCompilationUnit()
/art/compiler/optimizing/
Doptimizing_compiler.cc1293 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in JitCompile()
1401 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in JitCompile()
/art/oatdump/
Doatdump.cc315 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()
/art/dex2oat/linker/
Doat_writer.cc1401 info.is_native_debuggable = native_debuggable_; in VisitMethod()