HomeSort by relevance Sort by last modified time
    Searched refs:compiler_flip_match (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
compiler_ir.h 82 bool compiler_flip_match; member in struct:art::CompilationUnit
frontend.cc 501 compiler_flip_match(false),
668 cu.compiler_flip_match = false;
670 bool match = use_match && (cu.compiler_flip_match ^

Completed in 523 milliseconds