Lines Matching defs:heap_data_up
548 std::unique_ptr<DataBufferHeap> heap_data_up(
583 // Make sure we have enough room in "heap_data_up"
584 if ((data_offset + *base_byte_size) <= heap_data_up->GetByteSize()) {
586 *reg_info, heap_data_up->GetBytes() + data_offset,
597 data.SetData(DataBufferSP(heap_data_up.release()));
622 *reg_info, heap_data_up->GetBytes() + data_offset, curr_byte_size,
663 value_addr, heap_data_up->GetBytes(), heap_data_up->GetByteSize(),
664 error) != heap_data_up->GetByteSize()) {
671 data.SetData(DataBufferSP(heap_data_up.release()));
724 std::unique_ptr<DataBufferHeap> heap_data_up(
734 *x0_reg_info, heap_data_up->GetBytes() + 0, 8,
737 *x1_reg_info, heap_data_up->GetBytes() + 8, 8,
740 DataBufferSP(heap_data_up.release()), byte_order,
822 std::unique_ptr<DataBufferHeap> heap_data_up(
828 if (reg_value.GetAsMemoryData(*v0_info, heap_data_up->GetBytes(),
829 heap_data_up->GetByteSize(), byte_order,
831 DataExtractor data(DataBufferSP(heap_data_up.release()), byte_order,