Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h585 AllocationDetails *CreateAllocation(lldb::addr_t address);
H A DRenderScriptRuntime.cpp1322 alloc = CreateAllocation(alloc_addr); in CaptureScriptInvokeForEachMulti()
1426 AllocationDetails *alloc = CreateAllocation(uint64_t(args[eRsAlloc])); in CaptureAllocationInit()
3839 RenderScriptRuntime::CreateAllocation(addr_t address) { in CreateAllocation() function in RenderScriptRuntime