Home | History | Annotate | Download | only in x64

Lines Matching refs:Marking

4227   ASSERT(strcmp(Marking::kBlackBitPattern, "10") == 0);
4231 // Make rcx into a mask that covers both marking bits using the operation
4298 ASSERT(strcmp(Marking::kWhiteBitPattern, "00") == 0);
4299 ASSERT(strcmp(Marking::kBlackBitPattern, "10") == 0);
4300 ASSERT(strcmp(Marking::kGreyBitPattern, "11") == 0);
4301 ASSERT(strcmp(Marking::kImpossibleBitPattern, "01") == 0);