Home | History | Annotate | Download | only in src

Lines Matching refs:kCodeAlignment

376 const intptr_t kCodeAlignment = 1 << kCodeAlignmentBits;
377 const intptr_t kCodeAlignmentMask = kCodeAlignment - 1;