Searched refs:GenerateAnyDebugInfo (Results 1 – 6 of 6) sorted by relevance
174 bool GenerateAnyDebugInfo() const { in GenerateAnyDebugInfo() function
818 codegen->GetAssembler()->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in TryCompile()943 codegen->GetAssembler()->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in TryCompileIntrinsic()1265 if (compiler_options.GenerateAnyDebugInfo()) { in JitCompile()1373 if (compiler_options.GenerateAnyDebugInfo()) { in JitCompile()1434 if (compiler_options.GenerateAnyDebugInfo()) { in GenerateJitDebugInfo()
4912 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()4920 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()6846 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in CompileBakerReadBarrierThunk()
9463 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()9471 if (GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()9917 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in CompileBakerReadBarrierThunk()
217 jni_asm->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in ArtJniCompileMethodInternal()
1212 if (compiler_options.GenerateAnyDebugInfo() && code_size != 0) { in VisitMethod()1428 generate_debug_info_(compiler_options.GenerateAnyDebugInfo()) {} in LayoutReserveOffsetCodeMethodVisitor()2211 const bool generate_debug_info = GetCompilerOptions().GenerateAnyDebugInfo(); in InitOatCode()