Home
last modified time | relevance | path

Searched defs:kNotEqual (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/x86/
Dconstants_x86.h70 kNotEqual = 5, enumerator
/art/compiler/utils/x86_64/
Dconstants_x86_64.h97 kNotEqual = 5, enumerator
/art/compiler/optimizing/
Dnodes.h3821 : HCondition(kNotEqual, first, second, dex_pc) { in HCondition() argument