OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:generate_debug_info
(Results
1 - 5
of
5
) sorted by null
/art/compiler/jit/
jit_compiler.cc
47
extern "C" void* jit_load(bool*
generate_debug_info
) {
51
*
generate_debug_info
= jit_compiler->GetCompilerOptions()->GetGenerateDebugInfo();
/art/runtime/native/
dalvik_system_ZygoteHooks.cc
204
const bool
generate_debug_info
= (debug_flags & DEBUG_GENERATE_DEBUG_INFO) != 0;
local
205
if (
generate_debug_info
) {
/art/runtime/jit/
jit_code_cache.cc
65
bool
generate_debug_info
,
73
bool use_ashmem = !
generate_debug_info
&& !kIsTargetLinux;
76
bool garbage_collect_code = !
generate_debug_info
;
[
all
...]
jit_code_cache.h
67
bool
generate_debug_info
,
/frameworks/native/cmds/installd/
dexopt.cpp
250
bool
generate_debug_info
= property_get_bool("debug.generate-debug-info", false);
local
391
+ (
generate_debug_info
? 1 : 0)
434
if (
generate_debug_info
) {
[
all
...]
Completed in 273 milliseconds