Lines Matching defs:heap_data_up
498 std::unique_ptr<DataBufferHeap> heap_data_up(
533 // Make sure we have enough room in "heap_data_up"
534 if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) {
536 *reg_info, heap_data_up->GetBytes() + data_offset,
547 data.SetData(DataBufferSP(heap_data_up.release()));
576 *reg_info, heap_data_up->GetBytes() + data_offset, curr_byte_size,
618 value_addr, heap_data_up->GetBytes(), heap_data_up->GetByteSize(),
619 error) != heap_data_up->GetByteSize()) {
626 data.SetData(DataBufferSP(heap_data_up.release()));
677 std::unique_ptr<DataBufferHeap> heap_data_up(
687 *x0_reg_info, heap_data_up->GetBytes() + 0, 8,
690 *x1_reg_info, heap_data_up->GetBytes() + 8, 8,
693 DataBufferSP(heap_data_up.release()), byte_order,
777 std::unique_ptr<DataBufferHeap> heap_data_up(
783 if (reg_value.GetAsMemoryData(*v0_info, heap_data_up->GetBytes(),
784 heap_data_up->GetByteSize(),
786 DataExtractor data(DataBufferSP(heap_data_up.release()),