Lines Matching defs:thread
88 explicit BuildStackTraceVisitor(Thread* thread) : StackVisitor(thread, NULL), in BuildStackTraceVisitor()
236 static void GetSample(Thread* thread, void* arg) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetSample()
244 static void ClearThreadStackTraceAndClockBase(Thread* thread, void* arg) { in ClearThreadStackTraceAndClockBase()
251 void Trace::CompareAndUpdateStackTrace(Thread* thread, in CompareAndUpdateStackTrace()
568 void Trace::DexPcMoved(Thread* thread, mirror::Object* this_object, in DexPcMoved()
589 void Trace::MethodEntered(Thread* thread, mirror::Object* this_object, in MethodEntered()
598 void Trace::MethodExited(Thread* thread, mirror::Object* this_object, in MethodExited()
609 void Trace::MethodUnwind(Thread* thread, mirror::Object* this_object, in MethodUnwind()
618 void Trace::ExceptionCaught(Thread* thread, const ThrowLocation& throw_location, in ExceptionCaught()
625 void Trace::ReadClocks(Thread* thread, uint32_t* thread_clock_diff, uint32_t* wall_clock_diff) { in ReadClocks()
641 void Trace::LogMethodTraceEvent(Thread* thread, mirror::ArtMethod* method, in LogMethodTraceEvent()
726 void Trace::StoreExitingThreadInfo(Thread* thread) { in StoreExitingThreadInfo()