Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
Dobj.go145 func dumpGlobal(n *ir.Name) { func
/aosp_15_r20/frameworks/native/services/gpuservice/gpustats/
H A DGpuStats.cpp323 const bool dumpGlobal = argsSet.count("--global") != 0; in dump() local