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

  /art/compiler/dex/
mir_optimization.cc 227 kCondEq, kCondNe, kCondLt, kCondGe, kCondGt, kCondLe
240 static_assert(ConditionCodeForIfCcZ(Instruction::IF_GEZ) == kCondGe, "if_gez ccode");
    [all...]
compiler_enums.h 465 kCondGe, // signed greater than or equal

Completed in 46 milliseconds