Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.h51 bool GenerateDebugInfo() override;
Djit_compiler.cc143 bool JitCompiler::GenerateDebugInfo() { in GenerateDebugInfo() function in art::jit::JitCompiler
/art/compiler/driver/
Dcompiler_options_map-inl.h51 map.AssignIfExists(Base::GenerateDebugInfo, &options->generate_debug_info_); in ReadCompilerOptions()
132 .IntoKey(Map::GenerateDebugInfo) in AddCompilerOptionsArgumentParserOptions()
Dcompiler_options_map.def46 COMPILER_OPTIONS_KEY (bool, GenerateDebugInfo)
/art/runtime/jit/
Djit.h200 virtual bool GenerateDebugInfo() = 0;
Djit.cc243 code_cache->SetGarbageCollectCode(!jit_compiler_->GenerateDebugInfo() && in Create()
436 if (jit->jit_compiler_->GenerateDebugInfo()) { in NewTypeLoadedIfUsingJit()
450 if (jit_compiler_->GenerateDebugInfo()) { in DumpTypeInfoForLoadedTypes()
1769 code_cache_->SetGarbageCollectCode(!jit_compiler_->GenerateDebugInfo() && in PostForkChildAction()