Home | History | Annotate | Download | only in arm64

Lines Matching refs:ConstructionCounter

4622   __ TestAndBranchIfAnySet(w3, Map::ConstructionCounter::kMask,
4632 STATIC_ASSERT(Map::ConstructionCounter::kNext == 32);
4633 __ Sub(w3, w3, 1 << Map::ConstructionCounter::kShift);
4648 __ TestAndBranchIfAllClear(w3, Map::ConstructionCounter::kMask, &finalize);