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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1409 enum { eRsContext, eRsAlloc, eRsForceZero }; enumerator in enum:__anon1239
1413 ArgItem{ArgItem::ePointer, 0}, // eRsAlloc
1425 __FUNCTION__, uint64_t(args[eRsContext]), uint64_t(args[eRsAlloc]),
1428 AllocationDetails *alloc = CreateAllocation(uint64_t(args[eRsAlloc]));
1439 eRsAlloc, enumerator in enum:__anon1240
1444 ArgItem{ArgItem::ePointer, 0}, // eRsAlloc
1455 uint64_t(args[eRsContext]), uint64_t(args[eRsAlloc]));
1460 *allocation_up->address.get() == addr_t(args[eRsAlloc])) {

Completed in 63 milliseconds