Home
last modified time | relevance | path

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

/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go213 type DumpQueue struct { struct
228 func StartDumpQueue(root, dumpPath string, uq *UploadQueue) *DumpQueue {
229 dq := &DumpQueue{
243 func (dq *DumpQueue) DumpSymbols(filepath string, arch string) { argument
250 func (dq *DumpQueue) Wait() { argument
257 func (dq *DumpQueue) done() { argument
261 func (dq *DumpQueue) worker() { argument
312 dq *DumpQueue
317 func findLibsInRoot(root string, dq *DumpQueue) { argument
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1794 std::vector<SUnit*> DumpQueue = Queue; in dump() local
1796 while (!DumpQueue.empty()) { in dump()
1797 SUnit *SU = popFromQueue(DumpQueue, DumpPicker, scheduleDAG); in dump()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1679 std::vector<SUnit*> DumpQueue = Queue; in dump() local
1681 while (!DumpQueue.empty()) { in dump()
1682 SUnit *SU = popFromQueue(DumpQueue, DumpPicker, scheduleDAG); in dump()