Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2206 bool RenderScriptRuntime::RefreshAllocation(AllocationDetails *alloc, in RefreshAllocation() function in RenderScriptRuntime
2371 if (!RefreshAllocation(alloc, frame_ptr)) { in GetAllocationData()
2427 if (!RefreshAllocation(alloc, frame_ptr)) { in LoadAllocation()
2647 if (!RefreshAllocation(alloc, frame_ptr)) { in SaveAllocation()
3197 if (!RefreshAllocation(alloc, frame_ptr)) { in DumpAllocation()
3337 if (!RefreshAllocation(alloc.get(), frame_ptr)) { in RecomputeAllAllocations()
3367 if (alloc->ShouldRefresh() && !RefreshAllocation(alloc.get(), frame_ptr)) { in ListAllocations()
DRenderScriptRuntime.h439 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr);