Searched defs:use_match (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dquick_compiler.cc659 bool use_match = !compiler_method_match.empty(); local
660 bool match = use_match && (compiler_flip_match ^
662 if (!use_match || match) {

Completed in 29 milliseconds