Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h424 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);
581 AllocationDetails *LookUpAllocation(lldb::addr_t address);
[all …]
H A DRenderScriptRuntime.cpp594 struct RenderScriptRuntime::AllocationDetails { struct in RenderScriptRuntime
670 AllocationDetails() : id(ID++) {} in AllocationDetails() function
1946 AllocationDetails::Dimension dims; in JITTypePacked()
2477 AllocationDetails::ElementHeader root_el_hdr; in LoadAllocation()
2575 AllocationDetails::ElementHeader elem_header; in PopulateElementHeaders()
2683 AllocationDetails::FileHeader head; in SaveAllocation()
3149 RenderScriptRuntime::AllocationDetails *
3151 AllocationDetails *alloc = nullptr; in FindAllocByID()
3843 RenderScriptRuntime::AllocationDetails *
3853 RenderScriptRuntime::AllocationDetails *
[all …]