Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc101 bool CompilerOptions::EmitRunTimeChecksInDebugMode() const { in EmitRunTimeChecksInDebugMode() function in art::CompilerOptions
Dcompiler_options.h183 bool EmitRunTimeChecksInDebugMode() const;
/art/compiler/jni/quick/
Djni_compiler.cc218 jni_asm->SetEmitRunTimeChecksInDebugMode(compiler_options.EmitRunTimeChecksInDebugMode()); in ArtJniCompileMethodInternal()
/art/compiler/optimizing/
Dcode_generator_arm64.cc6739 if (GetCompilerOptions().EmitRunTimeChecksInDebugMode()) { in MaybeGenerateMarkingRegisterCheck()
Dcode_generator_arm_vixl.cc9058 if (GetCompilerOptions().EmitRunTimeChecksInDebugMode()) { in MaybeGenerateMarkingRegisterCheck()