Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h36 kVerifyAtRuntime, // Only compile JNI stubs and verify at runtime. enumerator
94 return compiler_filter_ == CompilerOptions::kVerifyAtRuntime; in VerifyAtRuntime()
100 compiler_filter_ != CompilerOptions::kVerifyAtRuntime; in IsCompilationEnabled()
105 compiler_filter_ != CompilerOptions::kVerifyAtRuntime; in IsVerificationEnabled()
/art/dex2oat/
Ddex2oat.cc993 compiler_filter = CompilerOptions::kVerifyAtRuntime; in ParseArgs()