Searched refs:AllocationDetails (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 423 struct AllocationDetails; 438 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr); 482 std::vector<std::unique_ptr<AllocationDetails>> m_allocations; 529 AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id); 531 std::shared_ptr<uint8_t> GetAllocationData(AllocationDetails *alloc, 552 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr, 555 bool JITTypePointer(AllocationDetails *alloc, StackFrame *frame_ptr); 557 bool JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr); 562 bool JITAllocationSize(AllocationDetails *alloc, StackFrame *frame_ptr); 567 bool JITAllocationStride(AllocationDetails *alloc, StackFrame *frame_ptr); [all …]
|
| H A 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] = { 1320 AllocationDetails *alloc = LookUpAllocation(alloc_addr); in CaptureScriptInvokeForEachMulti() 1426 AllocationDetails *alloc = CreateAllocation(uint64_t(args[eRsAlloc])); in CaptureAllocationInit() 1823 bool RenderScriptRuntime::JITDataPointer(AllocationDetails *alloc, in JITDataPointer() 1859 bool RenderScriptRuntime::JITTypePointer(AllocationDetails *alloc, in JITTypePointer() [all …]
|