Lines Matching defs:thread
319 static void GetSample(Thread* thread, void* arg) REQUIRES_SHARED(Locks::mutator_lock_) { in GetSample()
337 static void ClearThreadStackTraceAndClockBase(Thread* thread, [[maybe_unused]] void* arg) { in ClearThreadStackTraceAndClockBase()
344 void Trace::CompareAndUpdateStackTrace(Thread* thread, in CompareAndUpdateStackTrace()
1149 void Trace::DexPcMoved([[maybe_unused]] Thread* thread, in DexPcMoved()
1158 void Trace::FieldRead([[maybe_unused]] Thread* thread, in FieldRead()
1168 void Trace::FieldWritten([[maybe_unused]] Thread* thread, in FieldWritten()
1180 void Trace::MethodEntered(Thread* thread, ArtMethod* method) { in MethodEntered()
1187 void Trace::MethodExited(Thread* thread, in MethodExited()
1197 void Trace::MethodUnwind(Thread* thread, ArtMethod* method, [[maybe_unused]] uint32_t dex_pc) { in MethodUnwind()
1204 void Trace::ExceptionThrown([[maybe_unused]] Thread* thread, in ExceptionThrown()
1210 void Trace::ExceptionHandled([[maybe_unused]] Thread* thread, in ExceptionHandled()
1227 void Trace::ReadClocks(Thread* thread, uint64_t* thread_clock_diff, uint64_t* timestamp_counter) { in ReadClocks()
1247 void TraceWriter::RecordThreadInfo(Thread* thread) { in RecordThreadInfo()
1354 uintptr_t* TraceWriter::PrepareBufferForNewEntries(Thread* thread) { in PrepareBufferForNewEntries()
1497 void TraceWriter::FlushBuffer(Thread* thread, bool is_sync, bool release) { in FlushBuffer()
1737 void Trace::LogMethodTraceEvent(Thread* thread, in LogMethodTraceEvent()