Lines Matching refs:exc_data
1634 const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, in SetThreadStopInfo() argument
1713 const size_t exc_data_size = exc_data.size(); in SetThreadStopInfo()
1718 exc_data_size >= 1 ? exc_data[0] : 0, in SetThreadStopInfo()
1719 exc_data_size >= 2 ? exc_data[1] : 0, in SetThreadStopInfo()
1720 exc_data_size >= 3 ? exc_data[2] : 0)); in SetThreadStopInfo()
1967 std::vector<addr_t> exc_data; in SetThreadStopInfo() local
1981 &signo, &reason, &description, &exc_type, &exc_data, in SetThreadStopInfo()
1997 array->ForEach([&exc_data](StructuredData::Object *object) -> bool { in SetThreadStopInfo()
1998 exc_data.push_back(object->GetUnsignedIntegerValue()); in SetThreadStopInfo()
2090 reason, description, exc_type, exc_data, in SetThreadStopInfo()
2126 std::vector<addr_t> exc_data; in SetThreadStopInfo() local
2145 exc_data.push_back(x); in SetThreadStopInfo()
2323 exc_type, exc_data, thread_dispatch_qaddr, queue_vars_valid, in SetThreadStopInfo()