Home | History | Annotate | Download | only in runtime

Lines Matching full:that

3 // license that can be found in the LICENSE file.
21 // that communicate to the runtime information about the location and liveness
23 // This communication is only required in assembly functions that make calls
24 // to other functions that might be preempted or grow the stack.
25 // NOSPLIT functions that make no calls do not need to use these macros.
27 // GO_ARGS indicates that the Go prototype for this assembly function
29 // GO_ARGS should be the first instruction in a function that uses it.
32 // that also has a Go prototype and therefore is usually not necessary
36 // GO_RESULTS_INITIALIZED indicates that the assembly function
37 // has initialized the stack space for its results and that those results
41 // NO_LOCAL_POINTERS indicates that the assembly function stores