HomeSort by relevance Sort by last modified time
    Searched refs:generate_debug_info (Results 1 - 8 of 8) sorted by null

  /art/compiler/driver/
compiler_options.cc 67 bool generate_debug_info,
91 generate_debug_info_(generate_debug_info),
compiler_options.h 68 bool generate_debug_info,
  /art/compiler/jit/
jit_compiler.cc 44 extern "C" void* jit_load(bool* generate_debug_info) {
48 *generate_debug_info = jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo();
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 115 const bool generate_debug_info = (debug_flags & DEBUG_GENERATE_DEBUG_INFO) != 0; local
116 if (generate_debug_info) {
  /art/runtime/jit/
jit_code_cache.h 63 bool generate_debug_info,
jit_code_cache.cc 58 bool generate_debug_info,
65 bool use_ashmem = !generate_debug_info;
67 bool garbage_collect_code = !generate_debug_info;
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 845 bool generate_debug_info = property_get_bool("debug.generate-debug-info"); local
    [all...]
  /external/v8/tools/gyp/pylib/gyp/
msvs_emulation.py 400 generate_debug_info = self._Setting(
402 if generate_debug_info == 'true':
    [all...]

Completed in 4093 milliseconds