Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h574 AllocationDetails *CreateAllocation(lldb::addr_t address);
H A DRenderScriptRuntime.cpp1366 alloc = CreateAllocation(alloc_addr); in CaptureScriptInvokeForEachMulti()
1472 AllocationDetails *alloc = CreateAllocation(uint64_t(args[eRsAlloc])); in CaptureAllocationInit()
3963 RenderScriptRuntime::CreateAllocation(addr_t address) { in CreateAllocation() function in RenderScriptRuntime