Lines Matching defs:uintptr

112 func heapBitsInSpan(userSize uintptr) bool {
154 func (span *mspan) typePointersOf(addr, size uintptr) typePointers {
171 func (span *mspan) typePointersOfUnchecked(addr uintptr) typePointers {
214 func (span *mspan) typePointersOfType(typ *abi.Type, addr uintptr) typePointers {
372 func (span *mspan) objBase(addr uintptr) uintptr {
418 func bulkBarrierPreWrite(dst, src, size uintptr, typ *abi.Type) {
504 func bulkBarrierPreWriteSrcOnly(dst, src, size uintptr, typ *abi.Type) {
587 func heapBitsSlice(spanBase, spanSize uintptr) []uintptr {
601 func (span *mspan) heapBitsSmallForAddr(addr uintptr) uintptr {
641 func (span *mspan) writeHeapBitsSmall(x, dataSize uintptr, typ *_type) (scanSize uintptr) {
705 func heapSetType(x, dataSize uintptr, typ *_type, header **_type, span *mspan) (scanSize uintptr) {
782 func doubleCheckHeapPointers(x, dataSize uintptr, typ *_type, header **_type, span *mspan) {
839 func doubleCheckHeapPointersInterior(x, interior, size, dataSize uintptr, typ *_type, header **_typ…
917 func doubleCheckTypePointersOfType(s *mspan, typ *_type, addr, size uintptr) {
979 func addb(p *byte, n uintptr) *byte {
990 func subtractb(p *byte, n uintptr) *byte {
1037 func (s *mspan) allocBitsForIndex(allocBitIndex uintptr) markBits {
1119 func (s *mspan) isFree(index uintptr) bool {
1135 func (s *mspan) divideByElemSize(n uintptr) uintptr {
1151 func (s *mspan) objIndex(p uintptr) uintptr {
1155 func markBitsForAddr(p uintptr) markBits {
1161 func (s *mspan) markBitsForIndex(objIndex uintptr) markBits {
1197 func markBitsForSpan(base uintptr) (mbits markBits) {
1221 func badPointer(s *mspan, p, refBase, refOff uintptr) {
1274 func findObject(p, refBase, refOff uintptr) (base uintptr, s *mspan, objIndex uintptr) {
1312 func reflect_verifyNotInHeapPtr(p uintptr) bool {
1329 func bulkBarrierBitmap(dst, src, size, maskOffset uintptr, bits *uint8) {
1378 func typeBitsBulkBarrier(typ *_type, dst, src, size uintptr) {
1454 func progToPointerMask(prog *byte, size uintptr) bitvector {
1679 func materializeGCProg(ptrdata uintptr, prog *byte) *mspan {