Lines Matching refs:Thread
40 class Thread; variable
74 void CompareAndUpdateStackTrace(Thread* thread, std::vector<mirror::ArtMethod*>* stack_trace)
78 void MethodEntered(Thread* thread, mirror::Object* this_object,
81 void MethodExited(Thread* thread, mirror::Object* this_object,
85 void MethodUnwind(Thread* thread, mirror::Object* this_object,
88 void DexPcMoved(Thread* thread, mirror::Object* this_object,
91 void FieldRead(Thread* thread, mirror::Object* this_object,
94 void FieldWritten(Thread* thread, mirror::Object* this_object,
98 void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
108 static void StoreExitingThreadInfo(Thread* thread);
118 void ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff);
120 void LogMethodTraceEvent(Thread* thread, mirror::ArtMethod* method,