Home | History | Annotate | Download | only in src

Lines Matching defs:parity

11072   MarkingParity parity;
11073 GetCodeAgeAndParity(GetIsolate(), sequence, &age, &parity);
11079 MarkingParity* parity) {
11087 *parity = EVEN_MARKING_PARITY; \
11093 *parity = ODD_MARKING_PARITY; \
11101 *parity = NO_MARKING_PARITY;
11107 *parity = NO_MARKING_PARITY;
11114 Code* Code::GetCodeAgeStub(Isolate* isolate, Age age, MarkingParity parity) {
11119 Code* stub = parity == EVEN_MARKING_PARITY \
11127 ASSERT(parity == NO_MARKING_PARITY);
11131 ASSERT(parity == NO_MARKING_PARITY);