Home
last modified time | relevance | path

Searched refs:m_ptr_size (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/DataFormatters/
DNSDictionary.cpp252 m_ptr_size(8), in NSDictionaryISyntheticFrontEnd()
294 m_ptr_size = 0; in Update()
304 m_ptr_size = process_sp->GetAddressByteSize(); in Update()
306 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update()
307 if (m_ptr_size == 4) in Update()
319 m_data_ptr = data_location + m_ptr_size; in Update()
347 key_at_idx = m_data_ptr + (2*test_idx * m_ptr_size); in GetChildAtIndex()
348 val_at_idx = key_at_idx + m_ptr_size; in GetChildAtIndex()
388 DataBufferSP buffer_sp(new DataBufferHeap(2*m_ptr_size,0)); in GetChildAtIndex()
390 if (m_ptr_size == 8) in GetChildAtIndex()
[all …]
DNSArray.cpp95 m_ptr_size(8), in NSArrayMSyntheticFrontEnd()
129 object_at_idx += (pyhs_idx * m_ptr_size); in GetChildAtIndex()
145 m_ptr_size = 0; in Update()
158 m_ptr_size = process_sp->GetAddressByteSize(); in Update()
159 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update()
160 if (m_ptr_size == 4) in Update()
204 m_ptr_size (8), in NSArrayISyntheticFrontEnd()
239 m_ptr_size = 0; in Update()
252 m_ptr_size = process_sp->GetAddressByteSize(); in Update()
253 uint64_t data_location = valobj_sp->GetValueAsUnsigned(0) + m_ptr_size; in Update()
[all …]
DNSSet.cpp160 m_ptr_size(8), in NSSetISyntheticFrontEnd()
202 m_ptr_size = 0; in Update()
220 m_ptr_size = process_sp->GetAddressByteSize(); in Update()
221 uint64_t data_location = valobj_sp->GetAddressOf() + m_ptr_size; in Update()
222 if (m_ptr_size == 4) in Update()
234 m_data_ptr = data_location + m_ptr_size; in Update()
262 obj_at_idx = m_data_ptr + (test_idx * m_ptr_size); in GetChildAtIndex()
302 m_ptr_size(8), in NSSetMSyntheticFrontEnd()
341 m_ptr_size = 0; in Update()
362 m_ptr_size = process_sp->GetAddressByteSize(); in Update()
[all …]
DLibCxx.cpp295 m_ptr_size(0), in LibcxxSharedPtrSyntheticFrontEnd()
332 DataExtractor data(&count, 8, m_byte_order, m_ptr_size); in GetChildAtIndex()
345 DataExtractor data(&count, 8, m_byte_order, m_ptr_size); in GetChildAtIndex()
368 m_ptr_size = target_sp->GetArchitecture().GetAddressByteSize(); in Update()
/external/lldb/include/lldb/DataFormatters/
DCXXFormatterFunctions.h219 uint8_t m_ptr_size; variable
250 uint8_t m_ptr_size; variable
326 uint8_t m_ptr_size; variable
384 uint8_t m_ptr_size; variable
460 uint8_t m_ptr_size; variable
540 uint8_t m_ptr_size; variable
756 uint8_t m_ptr_size; variable