Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.cc47 extern "C" void* jit_load(bool* generate_debug_info) { in jit_load() argument
51 *generate_debug_info = jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo(); in jit_load()
/art/compiler/driver/
Dcompiler_options.cc68 bool generate_debug_info, in CompilerOptions() argument
93 generate_debug_info_(generate_debug_info), in CompilerOptions()
Dcompiler_options.h65 bool generate_debug_info,
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc201 const bool generate_debug_info = (debug_flags & DEBUG_GENERATE_DEBUG_INFO) != 0; in EnableDebugFeatures() local
202 if (generate_debug_info) { in EnableDebugFeatures()
/art/runtime/jit/
Djit_code_cache.h66 bool generate_debug_info,
Djit_code_cache.cc60 bool generate_debug_info, in Create() argument
67 bool use_ashmem = !generate_debug_info; in Create()
69 bool garbage_collect_code = !generate_debug_info; in Create()