Home
last modified time | relevance | path

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

/external/starlark-go/starlark/
Dprofile.go164 ev.stack = append(ev.stack, profFrame{
177 stack []profFrame
178 stackSpace [8]profFrame // initial space for stack
181 type profFrame struct { struct
290 location := func(fr profFrame) uint64 {