Searched refs:finish_offset_sp (Results 1 – 1 of 1) sorted by relevance
140 ValueObjectSP start_p_sp, finish_p_sp, finish_offset_sp; in Update() local147 finish_offset_sp = m_finish_sp->GetChildMemberWithName(ConstString("_M_offset"), true); in Update()149 if (!start_p_sp || !finish_offset_sp || !finish_p_sp) in Update()163 … m_count = finish_offset_sp->GetValueAsUnsigned(0) + (end_data_address-m_base_data_address)*8; in Update()