Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp1419 enum { eRsContext, eRsAlloc, eRsForceZero }; in CaptureAllocationInit() enumerator
1435 __FUNCTION__, uint64_t(args[eRsContext]), uint64_t(args[eRsAlloc]), in CaptureAllocationInit()
1438 AllocationDetails *alloc = CreateAllocation(uint64_t(args[eRsAlloc])); in CaptureAllocationInit()
1449 eRsAlloc, in CaptureAllocationDestroy() enumerator
1465 uint64_t(args[eRsContext]), uint64_t(args[eRsAlloc])); in CaptureAllocationDestroy()
1470 *allocation_up->address.get() == addr_t(args[eRsAlloc])) { in CaptureAllocationDestroy()