Home
last modified time | relevance | path

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

/art/compiler/dex/
Dcompiler_ir.h82 bool compiler_flip_match; member
Dfrontend.cc501 compiler_flip_match(false), in CompilationUnit()
668 cu.compiler_flip_match = false; in CompileMethod()
670 bool match = use_match && (cu.compiler_flip_match ^ in CompileMethod()