Lines Matching defs:thread
46 void MethodEntered([[maybe_unused]] art::Thread* thread, in MethodEntered()
50 void MethodExited([[maybe_unused]] art::Thread* thread, in MethodExited()
56 void MethodExited([[maybe_unused]] art::Thread* thread, in MethodExited()
62 void MethodUnwind([[maybe_unused]] art::Thread* thread, in MethodUnwind()
67 void DexPcMoved([[maybe_unused]] art::Thread* thread, in DexPcMoved()
73 void FieldRead([[maybe_unused]] art::Thread* thread, in FieldRead()
80 void FieldWritten([[maybe_unused]] art::Thread* thread, in FieldWritten()
88 void FieldWritten([[maybe_unused]] art::Thread* thread, in FieldWritten()
96 void ExceptionThrown([[maybe_unused]] art::Thread* thread, in ExceptionThrown()
104 void Branch([[maybe_unused]] art::Thread* thread, in Branch()
110 void WatchedFramePop([[maybe_unused]] art::Thread* thread, in WatchedFramePop()