Home | History | Annotate | Download | only in src

Lines Matching refs:kFailureTypeTagSize

813       kFailureTypeTagSize + kSpaceTagSize - kObjectAlignmentBits;
822 return static_cast<AllocationSpace>((value() >> kFailureTypeTagSize)
851 int tag_bits = kSpaceTagSize + kFailureTypeTagSize;
864 intptr_t info = (static_cast<intptr_t>(value) << kFailureTypeTagSize) | type;