LLDB mainline
|
Classes | |
struct | Dimension |
struct | ElementHeader |
struct | FileHeader |
Public Member Functions | |
AllocationDetails () | |
bool | ShouldRefresh () const |
Public Attributes | |
const uint32_t | id |
RenderScriptRuntime::Element | element |
empirical_type< Dimension > | dimension |
empirical_type< lldb::addr_t > | address |
empirical_type< lldb::addr_t > | data_ptr |
empirical_type< lldb::addr_t > | type_ptr |
empirical_type< lldb::addr_t > | context |
empirical_type< uint32_t > | size |
empirical_type< uint32_t > | stride |
Static Public Attributes | |
static uint32_t | ID = 1 |
static const char * | RsDataTypeToString [][4] |
static const char * | RsDataKindToString [] |
static const uint32_t | RSTypeToFormat [][3] |
Definition at line 594 of file RenderScriptRuntime.cpp.
|
inline |
Definition at line 670 of file RenderScriptRuntime.cpp.
|
inline |
Definition at line 672 of file RenderScriptRuntime.cpp.
References lldb_private::RenderScriptRuntime::AllocationDetails::data_ptr, lldb_private::RenderScriptRuntime::AllocationDetails::dimension, lldb_private::RenderScriptRuntime::AllocationDetails::element, lldb_private::RenderScriptRuntime::Element::ShouldRefresh(), lldb_private::RenderScriptRuntime::AllocationDetails::size, and lldb_private::RenderScriptRuntime::AllocationDetails::type_ptr.
Referenced by lldb_private::RenderScriptRuntime::DumpAllocation(), lldb_private::RenderScriptRuntime::GetAllocationData(), lldb_private::RenderScriptRuntime::LoadAllocation(), and lldb_private::RenderScriptRuntime::SaveAllocation().
empirical_type<lldb::addr_t> lldb_private::RenderScriptRuntime::AllocationDetails::address |
Definition at line 657 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::CaptureScriptInvokeForEachMulti(), lldb_private::RenderScriptRuntime::DumpAllocation(), lldb_private::RenderScriptRuntime::JITAllocationSize(), lldb_private::RenderScriptRuntime::JITAllocationStride(), lldb_private::RenderScriptRuntime::JITDataPointer(), lldb_private::RenderScriptRuntime::JITTypePointer(), lldb_private::RenderScriptRuntime::LoadAllocation(), and lldb_private::RenderScriptRuntime::SaveAllocation().
empirical_type<lldb::addr_t> lldb_private::RenderScriptRuntime::AllocationDetails::context |
Definition at line 663 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::CaptureAllocationInit(), lldb_private::RenderScriptRuntime::CaptureScriptInvokeForEachMulti(), lldb_private::RenderScriptRuntime::JITTypePacked(), lldb_private::RenderScriptRuntime::JITTypePointer(), and lldb_private::RenderScriptRuntime::RefreshAllocation().
empirical_type<lldb::addr_t> lldb_private::RenderScriptRuntime::AllocationDetails::data_ptr |
Definition at line 659 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::DumpAllocation(), lldb_private::RenderScriptRuntime::GetAllocationData(), lldb_private::RenderScriptRuntime::JITAllocationSize(), lldb_private::RenderScriptRuntime::JITAllocationStride(), lldb_private::RenderScriptRuntime::JITDataPointer(), lldb_private::RenderScriptRuntime::LoadAllocation(), lldb_private::RenderScriptRuntime::SaveAllocation(), and lldb_private::RenderScriptRuntime::AllocationDetails::ShouldRefresh().
empirical_type<Dimension> lldb_private::RenderScriptRuntime::AllocationDetails::dimension |
Definition at line 655 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::DumpAllocation(), lldb_private::RenderScriptRuntime::JITAllocationSize(), lldb_private::RenderScriptRuntime::JITTypePacked(), lldb_private::RenderScriptRuntime::SaveAllocation(), and lldb_private::RenderScriptRuntime::AllocationDetails::ShouldRefresh().
RenderScriptRuntime::Element lldb_private::RenderScriptRuntime::AllocationDetails::element |
Definition at line 653 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::DumpAllocation(), lldb_private::RenderScriptRuntime::GetAllocationData(), lldb_private::RenderScriptRuntime::JITAllocationSize(), lldb_private::RenderScriptRuntime::JITTypePacked(), lldb_private::RenderScriptRuntime::LoadAllocation(), lldb_private::RenderScriptRuntime::RefreshAllocation(), lldb_private::RenderScriptRuntime::SaveAllocation(), and lldb_private::RenderScriptRuntime::AllocationDetails::ShouldRefresh().
|
static |
Definition at line 636 of file RenderScriptRuntime.cpp.
const uint32_t lldb_private::RenderScriptRuntime::AllocationDetails::id |
Definition at line 650 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::LoadAllocation().
|
static |
Definition at line 643 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::ListAllocations().
|
static |
Definition at line 640 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::ListAllocations(), and lldb_private::RenderScriptRuntime::LoadAllocation().
|
static |
Definition at line 646 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::DumpAllocation(), and lldb_private::RenderScriptRuntime::SetElementSize().
empirical_type<uint32_t> lldb_private::RenderScriptRuntime::AllocationDetails::size |
Definition at line 665 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::DumpAllocation(), lldb_private::RenderScriptRuntime::GetAllocationData(), lldb_private::RenderScriptRuntime::JITAllocationSize(), lldb_private::RenderScriptRuntime::LoadAllocation(), lldb_private::RenderScriptRuntime::SaveAllocation(), and lldb_private::RenderScriptRuntime::AllocationDetails::ShouldRefresh().
empirical_type<uint32_t> lldb_private::RenderScriptRuntime::AllocationDetails::stride |
Definition at line 667 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::DumpAllocation(), and lldb_private::RenderScriptRuntime::JITAllocationStride().
empirical_type<lldb::addr_t> lldb_private::RenderScriptRuntime::AllocationDetails::type_ptr |
Definition at line 661 of file RenderScriptRuntime.cpp.
Referenced by lldb_private::RenderScriptRuntime::JITTypePacked(), lldb_private::RenderScriptRuntime::JITTypePointer(), and lldb_private::RenderScriptRuntime::AllocationDetails::ShouldRefresh().