Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.h530 AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id);
DRenderScriptRuntime.cpp2415 AllocationDetails *alloc = FindAllocByID(strm, alloc_id); in LoadAllocation()
2635 AllocationDetails *alloc = FindAllocByID(strm, alloc_id); in SaveAllocation()
3150 RenderScriptRuntime::FindAllocByID(Stream &strm, const uint32_t alloc_id) { in FindAllocByID() function in RenderScriptRuntime
3184 AllocationDetails *alloc = FindAllocByID(strm, id); in DumpAllocation()