Searched refs:GetThreadContext (Results 1 – 11 of 11) sorted by relevance
26 static ThreadContextBase *GetThreadContext(u32 tid) { in GetThreadContext() function138 ThreadRegistry quarantine_registry(GetThreadContext<ThreadContextBase>, in TEST()143 ThreadRegistry no_quarantine_registry(GetThreadContext<ThreadContextBase>, in TEST()229 ThreadRegistry registry(GetThreadContext<TestThreadContext>, in TEST()
63 llvm::ArrayRef<uint8_t> GetThreadContext(const LocationDescriptor &location);65 llvm::ArrayRef<uint8_t> GetThreadContext(const minidump::Thread &td);
93 MinidumpParser::GetThreadContext(const LocationDescriptor &location) { in GetThreadContext() function in MinidumpParser100 MinidumpParser::GetThreadContext(const minidump::Thread &td) { in GetThreadContext() function in MinidumpParser101 return GetThreadContext(td.Context); in GetThreadContext()
472 context = m_minidump_parser->GetThreadContext(context_location); in DoUpdateThreadList()
63 CHECK(GetThreadContext(threadHandles[index], thread_context)); in GetRegistersAndSP()
164 if (!::GetThreadContext( in CacheAllRegisterValues()
96 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
63 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
113 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
75 if (!::GetThreadContext(thread_handle, context_ptr)) { in GetThreadContextHelper()
117 llvm::ArrayRef<uint8_t> context = parser->GetThreadContext(thread); in TEST_F()586 llvm::ArrayRef<uint8_t> registers(parser->GetThreadContext(thread)); in TEST_F()629 llvm::ArrayRef<uint8_t> registers(parser->GetThreadContext(thread)); in TEST_F()