HomeSort by relevance Sort by last modified time
    Searched defs:param10 (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/test/
escape_param.go 171 func param10(p ***int) *int { // ERROR "leaking param: p to result ~r1 level=2" func
179 _ = param10(&p2) // ERROR "caller10a &p2 does not escape$"
186 sink = param10(&p2) // ERROR "caller10b &p2 does not escape$" "param10\(&p2\) escapes to heap"
  /prebuilts/go/linux-x86/test/
escape_param.go 171 func param10(p ***int) *int { // ERROR "leaking param: p to result ~r1 level=2" func
179 _ = param10(&p2) // ERROR "caller10a &p2 does not escape$"
186 sink = param10(&p2) // ERROR "caller10b &p2 does not escape$" "param10\(&p2\) escapes to heap"
  /dalvik/dx/tests/122-switch-with-high-register/
Blort.debug.class 

Completed in 207 milliseconds