Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_compiler.cc35 const bool kEnableCheckCastEllision = true; variable
176 if (!kEnableCheckCastEllision || !PerformOptimizations()) { in CompileCheckCast()