Searched defs:Batch (Results 1 – 5 of 5) sorted by relevance
17 template <class SizeClassAllocator> struct Batch { struct32 void appendFromBatch(Batch *B, u16 N) { in appendFromBatch() argument63 Batch *Next; argument80 // Blocks are managed by Batch in a list. argument
26 void *Batch[MaxCount]; member135 for (const QuarantineBatch &Batch : List) { in getStats() local
27 VTuneMethodBatch Batch; in getMethodBatch() local90 auto Batch = getMethodBatch(G, EmitDebugInfo); in modifyPassConfig() local
229 PerfJITRecordBatch Batch; in getRecords() local273 auto Batch = getRecords(EPC.getExecutionSession(), G, CodeIndex, in modifyPassConfig() local
183 static Error registerJITLoaderPerfImpl(const PerfJITRecordBatch &Batch) { in registerJITLoaderPerfImpl()434 static Error badOSBatch(PerfJITRecordBatch &Batch) { return badOS(); } in badOSBatch()