Lines Matching defs:thread
476 static void GetSample(Thread* thread, void* arg) REQUIRES_SHARED(Locks::mutator_lock_) { in GetSample()
494 static void ClearThreadStackTraceAndClockBase(Thread* thread, [[maybe_unused]] void* arg) { in ClearThreadStackTraceAndClockBase()
501 void Trace::CompareAndUpdateStackTrace(Thread* thread, in CompareAndUpdateStackTrace()
1265 void Trace::DexPcMoved([[maybe_unused]] Thread* thread, in DexPcMoved()
1274 void Trace::FieldRead([[maybe_unused]] Thread* thread, in FieldRead()
1284 void Trace::FieldWritten([[maybe_unused]] Thread* thread, in FieldWritten()
1296 void Trace::MethodEntered(Thread* thread, ArtMethod* method) { in MethodEntered()
1303 void Trace::MethodExited(Thread* thread, in MethodExited()
1313 void Trace::MethodUnwind(Thread* thread, ArtMethod* method, [[maybe_unused]] uint32_t dex_pc) { in MethodUnwind()
1320 void Trace::ExceptionThrown([[maybe_unused]] Thread* thread, in ExceptionThrown()
1326 void Trace::ExceptionHandled([[maybe_unused]] Thread* thread, in ExceptionHandled()
1343 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint64_t* timestamp_counter) { in ReadClocks()
1372 void TraceWriter::RecordThreadInfo(Thread* thread) { in RecordThreadInfo()
1478 uintptr_t* TraceWriter::PrepareBufferForNewEntries(Thread* thread) { in PrepareBufferForNewEntries()
1621 void TraceWriter::FlushBuffer(Thread* thread, bool is_sync, bool release) { in FlushBuffer()
1848 void Trace::LogMethodTraceEvent(Thread* thread, in LogMethodTraceEvent()