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.h35 bool is_native_debuggable; member
Delf_debug_line_writer.h148 if (!mi->is_native_debuggable) { in WriteCompilationUnit()
223 const bool default_is_stmt = mi->is_native_debuggable; in WriteCompilationUnit()
/art/compiler/optimizing/
Doptimizing_compiler.cc953 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in JitCompile()
/art/compiler/
Doat_writer.cc776 info.is_native_debuggable = compiler_options.GetNativeDebuggable(); in VisitMethod()
/art/oatdump/
Doatdump.cc261 info.is_native_debuggable = oat_header.IsNativeDebuggable(); in WalkOatMethod()