Home
last modified time | relevance | path

Searched defs:UnsafePoint (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go1860 func UnsafePoint(pc uintptr) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
DopGen.go40876 func (o Op) UnsafePoint() bool { return opcodeTable[o].unsafePoint } func