runtime.markBits.isMarked (method)

10 uses

	runtime (current package)
		mbitmap.go#L257: func (m markBits) isMarked() bool {
		mcheckmark.go#L74: 	if !mbits.isMarked() {
		mgcmark.go#L1430: 		if mbits.isMarked() {
		mgcsweep.go#L366: 		if !mbits.isMarked() {
		mgcsweep.go#L413: 			if !mbits.isMarked() && (abits.index < s.freeindex || abits.isMarked()) {
		mgcsweep.go#L588: 		alloc := i < s.freeindex || abits.isMarked()
		mgcsweep.go#L594: 		if mbits.isMarked() {
		mgcsweep.go#L599: 		zombie := mbits.isMarked() && !alloc
		mwbbuf.go#L267: 		if mbits.isMarked() {