Home | History | Annotate | Download | only in ia32

Lines Matching refs:ConstructionCount

164         STATIC_ASSERT(Map::ConstructionCount::kShift +
165 Map::ConstructionCount::kSize == 32);
168 __ shr(esi, Map::ConstructionCount::kShift);
172 Immediate(1 << Map::ConstructionCount::kShift));