Searched refs:GenerateAnyDebugInfo (Results 1 – 6 of 6) sorted by relevance
853 codegen->GetAssembler()->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in TryCompile()1005 codegen->GetAssembler()->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in TryCompileIntrinsic()1327 if (compiler_options.GenerateAnyDebugInfo()) { in JitCompile()1435 if (compiler_options.GenerateAnyDebugInfo()) { in JitCompile()1502 if (compiler_options.GenerateAnyDebugInfo()) { in GenerateJitDebugInfo()
5450 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()5458 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()7396 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in CompileBakerReadBarrierThunk()
9967 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()9975 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in EmitThunkCode()10417 if (debug_name != nullptr && GetCompilerOptions().GenerateAnyDebugInfo()) { in CompileBakerReadBarrierThunk()
156 bool GenerateAnyDebugInfo() const { in GenerateAnyDebugInfo() function
164 jni_asm->cfi().SetEnabled(compiler_options.GenerateAnyDebugInfo()); in ArtJniCompileMethodInternal()
1043 if (compiler_options.GenerateAnyDebugInfo() && code_size != 0) { in VisitMethod()1281 generate_debug_info_(compiler_options.GenerateAnyDebugInfo()) {} in LayoutReserveOffsetCodeMethodVisitor()2270 const bool generate_debug_info = GetCompilerOptions().GenerateAnyDebugInfo(); in InitOatCode()