Lines Matching refs:exc_data
1650 const std::vector<addr_t> &exc_data, addr_t thread_dispatch_qaddr, in SetThreadStopInfo() argument
1737 const size_t exc_data_size = exc_data.size(); in SetThreadStopInfo()
1742 exc_data_size >= 1 ? exc_data[0] : 0, in SetThreadStopInfo()
1743 exc_data_size >= 2 ? exc_data[1] : 0, in SetThreadStopInfo()
1744 exc_data_size >= 3 ? exc_data[2] : 0)); in SetThreadStopInfo()
1965 std::vector<addr_t> exc_data; in SetThreadStopInfo() local
1979 &signo, &reason, &description, &exc_type, &exc_data, in SetThreadStopInfo()
1995 array->ForEach([&exc_data](StructuredData::Object *object) -> bool { in SetThreadStopInfo()
1996 exc_data.push_back(object->GetIntegerValue()); in SetThreadStopInfo()
2087 reason, description, exc_type, exc_data, in SetThreadStopInfo()
2123 std::vector<addr_t> exc_data; in SetThreadStopInfo() local
2141 exc_data.push_back(x); in SetThreadStopInfo()
2303 exc_type, exc_data, thread_dispatch_qaddr, queue_vars_valid, in SetThreadStopInfo()