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

  /art/compiler/dex/
mir_optimization.cc 209 kCondEq, kCondNe, kCondLt, kCondGe, kCondGt, kCondLe
224 COMPILE_ASSERT(ConditionCodeForIfCcZ(Instruction::IF_NEZ) == kCondNe, check_if_nez_ccode);
    [all...]
compiler_enums.h 337 kCondNe, // not equal

Completed in 247 milliseconds