Searched refs:AllocationDetails (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptRuntime.h | 424 struct AllocationDetails; 439 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr); 483 std::vector<std::unique_ptr<AllocationDetails>> m_allocations; 530 AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id); 532 std::shared_ptr<uint8_t> GetAllocationData(AllocationDetails *alloc, 553 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr, 556 bool JITTypePointer(AllocationDetails *alloc, StackFrame *frame_ptr); 558 bool JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr); 563 bool JITAllocationSize(AllocationDetails *alloc, StackFrame *frame_ptr); 568 bool JITAllocationStride(AllocationDetails *alloc, StackFrame *frame_ptr); [all …]
|
D | RenderScriptRuntime.cpp | 594 struct RenderScriptRuntime::AllocationDetails { struct in RenderScriptRuntime 670 AllocationDetails() : id(ID++) {} in AllocationDetails() function 685 uint32_t RenderScriptRuntime::AllocationDetails::ID = 1; argument 687 const char *RenderScriptRuntime::AllocationDetails::RsDataKindToString[] = { 693 const char *RenderScriptRuntime::AllocationDetails::RsDataTypeToString[][4] = { 738 const uint32_t RenderScriptRuntime::AllocationDetails::RSTypeToFormat[][3] = { 1332 AllocationDetails *alloc = LookUpAllocation(alloc_addr); in CaptureScriptInvokeForEachMulti() 1438 AllocationDetails *alloc = CreateAllocation(uint64_t(args[eRsAlloc])); in CaptureAllocationInit() 1835 bool RenderScriptRuntime::JITDataPointer(AllocationDetails *alloc, in JITDataPointer() 1871 bool RenderScriptRuntime::JITTypePointer(AllocationDetails *alloc, in JITTypePointer() [all …]
|