Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2279 bool RenderScriptRuntime::RefreshAllocation(AllocationDetails *alloc, in RefreshAllocation() function in RenderScriptRuntime
2449 if (!RefreshAllocation(alloc, frame_ptr)) { in GetAllocationData()
2509 if (!RefreshAllocation(alloc, frame_ptr)) { in LoadAllocation()
2733 if (!RefreshAllocation(alloc, frame_ptr)) { in SaveAllocation()
3293 if (!RefreshAllocation(alloc, frame_ptr)) { in DumpAllocation()
3435 if (!RefreshAllocation(alloc.get(), frame_ptr)) { in RecomputeAllAllocations()
3465 if (alloc->ShouldRefresh() && !RefreshAllocation(alloc.get(), frame_ptr)) { in ListAllocations()
H A DRenderScriptRuntime.h427 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr);