Home
last modified time | relevance | path

Searched refs:VerifyAtRuntime (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_options.h117 bool VerifyAtRuntime() const { in VerifyAtRuntime() function
/art/compiler/optimizing/
Doptimizing_compiler.cc1106 if (compiler_options.VerifyAtRuntime()) { in Compile()