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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h417 struct AllocationDetails;
431 bool RefreshAllocation(AllocationDetails *alloc, StackFrame *frame_ptr);
475 std::vector<std::unique_ptr<AllocationDetails>> m_allocations;
522 AllocationDetails *FindAllocByID(Stream &strm, const uint32_t alloc_id);
524 std::shared_ptr<uint8_t> GetAllocationData(AllocationDetails *alloc,
545 bool JITDataPointer(AllocationDetails *alloc, StackFrame *frame_ptr,
548 bool JITTypePointer(AllocationDetails *alloc, StackFrame *frame_ptr);
550 bool JITTypePacked(AllocationDetails *alloc, StackFrame *frame_ptr);
555 bool JITAllocationSize(AllocationDetails *alloc, StackFrame *frame_ptr);
560 bool JITAllocationStride(AllocationDetails *allo
[all...]
H A DRenderScriptRuntime.cpp590 // This AllocationDetails class collects data associated with a single
592 struct RenderScriptRuntime::AllocationDetails { struct in class:RenderScriptRuntime
668 AllocationDetails() : id(ID++) {} function in struct:RenderScriptRuntime::AllocationDetails
683 uint32_t RenderScriptRuntime::AllocationDetails::ID = 1;
685 const char *RenderScriptRuntime::AllocationDetails::RsDataKindToString[] = {
691 const char *RenderScriptRuntime::AllocationDetails::RsDataTypeToString[][4] = {
736 const uint32_t RenderScriptRuntime::AllocationDetails::RSTypeToFormat[][3] = {
1322 AllocationDetails *alloc = LookUpAllocation(alloc_addr);
1428 AllocationDetails *alloc = CreateAllocation(uint64_t(args[eRsAlloc]));
1825 bool RenderScriptRuntime::JITDataPointer(AllocationDetails *allo
[all...]

Completed in 122 milliseconds