Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h413 struct AllocationDetails;
427 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr);
471 std::vector<std::unique_ptr<AllocationDetails>> m_allocations;
518 AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id);
520 std::shared_ptr<uint8_t> GetAllocationData(AllocationDetails *alloc,
541 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr,
544 bool JITTypePointer(AllocationDetails *alloc, StackFrame *frame_ptr);
546 bool JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr);
551 bool JITAllocationSize(AllocationDetails *alloc, StackFrame *frame_ptr);
569 AllocationDetails *LookUpAllocation(lldb::addr_t address);
[all …]
H A DRenderScriptRuntime.cpp608 struct RenderScriptRuntime::AllocationDetails { struct in RenderScriptRuntime
684 AllocationDetails() : id(ID++) {} in AllocationDetails() function
2004 AllocationDetails::Dimension dims; in JITTypePacked()
2560 AllocationDetails::ElementHeader root_el_hdr; in LoadAllocation()
2659 AllocationDetails::ElementHeader elem_header; in PopulateElementHeaders()
2770 AllocationDetails::FileHeader head; in SaveAllocation()
3243 RenderScriptRuntime::AllocationDetails *
3245 AllocationDetails *alloc = nullptr; in FindAllocByID()
3952 RenderScriptRuntime::AllocationDetails *
3962 RenderScriptRuntime::AllocationDetails *
[all …]