Searched refs:GetGenerateDebugInfo (Results 1 – 4 of 4) sorted by relevance
114 if (compiler_options_->GetGenerateDebugInfo()) { in ParseCompilerOptions()130 if (compiler_options.GetGenerateDebugInfo()) { in TypesLoaded()144 return GetCompilerOptions().GetGenerateDebugInfo(); in GenerateDebugInfo()162 if (compiler_options_->GetGenerateDebugInfo()) { in ~JitCompiler()
169 return GetDebuggable() && GetGenerateDebugInfo(); in GetNativeDebuggable()175 return GetGenerateDebugInfo() || GetGenerateMiniDebugInfo(); in GenerateAnyDebugInfo()178 bool GetGenerateDebugInfo() const { in GetGenerateDebugInfo() function
276 if (!debug_info.Empty() && compiler_options_.GetGenerateDebugInfo()) { in WriteDebugInfo()
1295 /* is_full_debug_info= */ compiler_options.GetGenerateDebugInfo(), in JitCompile()1403 /* is_full_debug_info= */ compiler_options.GetGenerateDebugInfo(), in JitCompile()1436 const bool mini_debug_info = !compiler_options.GetGenerateDebugInfo(); in GenerateJitDebugInfo()