Home | History | Annotate | Download | only in src

Lines Matching defs:parity

10502   MarkingParity parity;
10503 GetCodeAgeAndParity(GetIsolate(), sequence, &age, &parity);
10509 MarkingParity* parity) {
10517 *parity = EVEN_MARKING_PARITY; \
10523 *parity = ODD_MARKING_PARITY; \
10531 *parity = NO_MARKING_PARITY;
10537 *parity = NO_MARKING_PARITY;
10544 Code* Code::GetCodeAgeStub(Isolate* isolate, Age age, MarkingParity parity) {
10549 Code* stub = parity == EVEN_MARKING_PARITY \
10557 DCHECK(parity == NO_MARKING_PARITY);
10561 DCHECK(parity == NO_MARKING_PARITY);