Searched refs:CVE_PVE_POS (Results 1 – 1 of 1) sorted by relevance
91 static final int CVE_PVE_POS = 12; field in ViewBoundsCheck95 static final int FLAG_CVE_GT_PVE = GT << CVE_PVE_POS;101 static final int FLAG_CVE_EQ_PVE = EQ << CVE_PVE_POS;106 static final int FLAG_CVE_LT_PVE = LT << CVE_PVE_POS;188 if ((mBoundFlags & (MASK << CVE_PVE_POS)) != 0) { in boundsMatch()189 if ((mBoundFlags & (compare(mChildEnd, mRvEnd) << CVE_PVE_POS)) == 0) { in boundsMatch()