Lines Matching defs:thread
323 static void GetSample(Thread* thread, void* arg) REQUIRES_SHARED(Locks::mutator_lock_) { in GetSample()
341 static void ClearThreadStackTraceAndClockBase(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ClearThreadStackTraceAndClockBase()
348 void Trace::CompareAndUpdateStackTrace(Thread* thread, in CompareAndUpdateStackTrace()
570 void Trace::UpdateThreadsList(Thread* thread) { in UpdateThreadsList()
933 void Trace::MethodEntered(Thread* thread, ArtMethod* method) { in MethodEntered()
940 void Trace::MethodExited(Thread* thread, in MethodExited()
950 void Trace::MethodUnwind(Thread* thread, in MethodUnwind()
982 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter) { in ReadClocks()
1008 void Trace::RecordStreamingMethodEvent(Thread* thread, in RecordStreamingMethodEvent()
1101 void Trace::FlushStreamingBuffer(Thread* thread) { in FlushStreamingBuffer()
1169 void Trace::RecordMethodEvent(Thread* thread, in RecordMethodEvent()
1210 void Trace::LogMethodTraceEvent(Thread* thread, in LogMethodTraceEvent()
1231 Thread* thread, in EncodeEventEntry()
1286 void Trace::StoreExitingThreadInfo(Thread* thread) { in StoreExitingThreadInfo()