Lines Matching refs:greater
1366 GateRef greater = Int32GreaterThanOrEqual(objectType,
1370 return BitAnd(greater, less);
2940 GateRef greater = Int32GreaterThanOrEqual(spaceType, Int32(spaceBegin));
2942 return BitAnd(greater, less);
2945 GateRef greater = Int64GreaterThanOrEqual(spaceType, Int64(spaceBegin));
2947 return BitAnd(greater, less);
2968 GateRef greater = Int32GreaterThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SPACE_BEGIN));
2970 return BitAnd(greater, less);
2973 GateRef greater = Int64GreaterThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SPACE_BEGIN));
2975 return BitAnd(greater, less);
2986 GateRef greater = Int32GreaterThanOrEqual(spaceType, Int32(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_BEGIN));
2988 return BitAnd(greater, less);
2991 GateRef greater = Int64GreaterThanOrEqual(spaceType, Int64(RegionSpaceFlag::SHARED_SWEEPABLE_SPACE_BEGIN));
2993 return BitAnd(greater, less);
3349 GateRef greater = Int32GreaterThanOrEqual(objectType,
3353 return BitAnd(greater, less);
3365 GateRef greater = Int32GreaterThanOrEqual(objectType,
3369 return BitAnd(greater, less);
3410 GateRef greater = Int32GreaterThanOrEqual(kind,
3414 return BitAnd(greater, less);