Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2194 bool RenderScriptRuntime::RefreshAllocation(AllocationDetails *alloc, in RefreshAllocation() function in RenderScriptRuntime
2359 if (!RefreshAllocation(alloc, frame_ptr)) { in GetAllocationData()
2415 if (!RefreshAllocation(alloc, frame_ptr)) { in LoadAllocation()
2636 if (!RefreshAllocation(alloc, frame_ptr)) { in SaveAllocation()
3187 if (!RefreshAllocation(alloc, frame_ptr)) { in DumpAllocation()
3327 if (!RefreshAllocation(alloc.get(), frame_ptr)) { in RecomputeAllAllocations()
3357 if (alloc->ShouldRefresh() && !RefreshAllocation(alloc.get(), frame_ptr)) { in ListAllocations()
H A DRenderScriptRuntime.h438 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr);