Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc98 bool CompilerOptions::EmitRunTimeChecksInDebugMode() const { in EmitRunTimeChecksInDebugMode() function in art::CompilerOptions
Dcompiler_options.h180 bool EmitRunTimeChecksInDebugMode() const;
/art/compiler/jni/quick/
Djni_compiler.cc217 jni_asm->SetEmitRunTimeChecksInDebugMode(compiler_options.EmitRunTimeChecksInDebugMode()); in ArtJniCompileMethodInternal()