Lines Matching defs:stop_info_sp
162 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo();
163 if (stop_info_sp) {
164 StopReason reason = stop_info_sp->GetStopReason();
179 break_id_t site_id = stop_info_sp->GetValue();
223 StopInfoSP stop_info_sp = thread->GetStopInfo();
224 if (stop_info_sp) {
225 StopReason reason = stop_info_sp->GetStopReason();
240 break_id_t site_id = stop_info_sp->GetValue();
262 return stop_info_sp->GetValue();
265 return stop_info_sp->GetValue();
268 return stop_info_sp->GetValue();
271 return stop_info_sp->GetValue();
274 return stop_info_sp->GetValue();
277 return stop_info_sp->GetValue();
368 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo();
369 if (stop_info_sp) {
370 return_valobj_sp = StopInfo::GetReturnValueObject(stop_info_sp);