Lines Matching defs:thread
58 void MethodEntered([[maybe_unused]] Thread* thread, [[maybe_unused]] ArtMethod* method) override in MethodEntered()
63 void MethodExited([[maybe_unused]] Thread* thread, in MethodExited()
71 void MethodExited([[maybe_unused]] Thread* thread, in MethodExited()
79 void MethodUnwind([[maybe_unused]] Thread* thread, in MethodUnwind()
86 void DexPcMoved([[maybe_unused]] Thread* thread, in DexPcMoved()
94 void FieldRead([[maybe_unused]] Thread* thread, in FieldRead()
102 void FieldWritten([[maybe_unused]] Thread* thread, in FieldWritten()
112 void FieldWritten([[maybe_unused]] Thread* thread, in FieldWritten()
122 void ExceptionThrown([[maybe_unused]] Thread* thread, in ExceptionThrown()
134 void Branch([[maybe_unused]] Thread* thread, in Branch()
142 void WatchedFramePop([[maybe_unused]] Thread* thread, in WatchedFramePop()