Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/driver/
H A Dcompiler_options.cc97 bool CompilerOptions::EmitRunTimeChecksInDebugMode() const { in EmitRunTimeChecksInDebugMode() function in art::CompilerOptions
H A Dcompiler_options.h169 bool EmitRunTimeChecksInDebugMode() const;
/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc165 jni_asm->SetEmitRunTimeChecksInDebugMode(compiler_options.EmitRunTimeChecksInDebugMode()); in ArtJniCompileMethodInternal()
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.cc168 options.EmitRunTimeChecksInDebugMode() && in ShouldCheckGCCard()
H A Dcode_generator_arm64.cc7282 if (GetCompilerOptions().EmitRunTimeChecksInDebugMode()) { in MaybeGenerateMarkingRegisterCheck()
H A Dcode_generator_arm_vixl.cc9437 if (GetCompilerOptions().EmitRunTimeChecksInDebugMode()) { in MaybeGenerateMarkingRegisterCheck()