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

/art/compiler/dex/
H A Dfrontend.cc669 bool use_match = !cu.compiler_method_match.empty(); local
670 bool match = use_match && (cu.compiler_flip_match ^
672 if (!use_match || match) {

Completed in 34 milliseconds