Home
last modified time | relevance | path

Searched refs:stackGrowthRecursive (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dchan_test.go610 stackGrowthRecursive(20)
664 stackGrowthRecursive(20)
731 stackGrowthRecursive((10 << 10) / (128 * 8))
Dproc_test.go540 func stackGrowthRecursive(i int) { func
549 stackGrowthRecursive(i - 1)
653 stackGrowthRecursive(rec)