Lines Matching refs:exc_data
1654 const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, in SetThreadStopInfo() argument
1733 const size_t exc_data_size = exc_data.size(); in SetThreadStopInfo()
1738 exc_data_size >= 1 ? exc_data[0] : 0, in SetThreadStopInfo()
1739 exc_data_size >= 2 ? exc_data[1] : 0, in SetThreadStopInfo()
1740 exc_data_size >= 3 ? exc_data[2] : 0)); in SetThreadStopInfo()
1988 std::vector<addr_t> exc_data; in SetThreadStopInfo() local
2002 &signo, &reason, &description, &exc_type, &exc_data, in SetThreadStopInfo()
2018 array->ForEach([&exc_data](StructuredData::Object *object) -> bool { in SetThreadStopInfo()
2019 exc_data.push_back(object->GetUnsignedIntegerValue()); in SetThreadStopInfo()
2111 reason, description, exc_type, exc_data, in SetThreadStopInfo()
2147 std::vector<addr_t> exc_data; in SetThreadStopInfo() local
2166 exc_data.push_back(x); in SetThreadStopInfo()
2344 exc_type, exc_data, thread_dispatch_qaddr, queue_vars_valid, in SetThreadStopInfo()