Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h364 bool DumpAllocation(Stream &strm, StackFrame *frame_ptr, const uint32_t id);
H A DRenderScriptRuntime.cpp3168 bool RenderScriptRuntime::DumpAllocation(Stream &strm, StackFrame *frame_ptr, in DumpAllocation() function in RenderScriptRuntime
4603 runtime->DumpAllocation(*output_stream_p, m_exe_ctx.GetFramePtr(), id); in DoExecute()