Lines Matching refs:strm
65 void GetDescription(Stream *strm) override { in GetDescription() argument
66 if (strm) in GetDescription()
67 strm->Printf("RenderScript kernel breakpoint for '%s'", in GetDescription()
115 void GetDescription(Stream *strm) override { in GetDescription() argument
116 if (strm) in GetDescription()
117 strm->Printf("RenderScript reduce breakpoint for '%s'", in GetDescription()
148 void Dump(Stream &strm) const;
160 void Dump(Stream &strm) const;
180 void Dump(Stream &strm) const;
229 void Dump(Stream &strm) const;
262 void GetDescription(Stream *strm) override { in GetDescription() argument
263 if (strm) in GetDescription()
264 strm->Printf("RenderScript ScriptGroup breakpoint for '%s'", in GetDescription()
358 void DumpModules(Stream &strm) const;
360 void DumpContexts(Stream &strm) const;
362 void DumpKernels(Stream &strm) const;
364 bool DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id);
366 void ListAllocations(Stream &strm, StackFrame *frame_ptr,
369 bool RecomputeAllAllocations(Stream &strm, StackFrame *frame_ptr);
380 bool PlaceBreakpointOnScriptGroup(lldb::TargetSP target, Stream &strm,
385 void DumpStatus(Stream &strm) const;
389 bool LoadAllocation(Stream &strm, const uint32_t alloc_id,
392 bool SaveAllocation(Stream &strm, const uint32_t alloc_id,
529 AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id);