Lines Matching defs:thread
65 Thread* thread, in MethodExited()
78 void InstrumentationListener::FieldWritten(Thread* thread, in FieldWritten()
307 bool Instrumentation::NeedsDexPcEvents(ArtMethod* method, Thread* thread) { in NeedsDexPcEvents()
485 void InstrumentationInstallStack(Thread* thread, bool deopt_all_frames) in InstrumentationInstallStack()
565 void UpdateNeedsDexPcEventsOnStack(Thread* thread) REQUIRES(Locks::mutator_lock_) { in UpdateNeedsDexPcEventsOnStack()
587 void ReportMethodEntryForOnStackMethods(InstrumentationListener* listener, Thread* thread) in ReportMethodEntryForOnStackMethods()
637 void Instrumentation::InstrumentThreadStack(Thread* thread, bool force_deopt) { in InstrumentThreadStack()
650 static void InstrumentationRestoreStack(Thread* thread) REQUIRES(Locks::mutator_lock_) { in InstrumentationRestoreStack()
683 static bool HasFramesNeedingForceDeopt(Thread* thread) REQUIRES(Locks::mutator_lock_) { in HasFramesNeedingForceDeopt()
1085 static void ResetQuickAllocEntryPointsForThread(Thread* thread, [[maybe_unused]] void* arg) { in ResetQuickAllocEntryPointsForThread()
1446 void Instrumentation::MethodEnterEventImpl(Thread* thread, ArtMethod* method) const { in MethodEnterEventImpl()
1463 void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl()
1481 template<> void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl()
1508 void Instrumentation::MethodUnwindEvent(Thread* thread, in MethodUnwindEvent()
1520 void Instrumentation::DexPcMovedEventImpl(Thread* thread, in DexPcMovedEventImpl()
1534 void Instrumentation::BranchImpl(Thread* thread, in BranchImpl()
1545 void Instrumentation::WatchedFramePopImpl(Thread* thread, const ShadowFrame& frame) const { in WatchedFramePopImpl()
1553 void Instrumentation::FieldReadEventImpl(Thread* thread, in FieldReadEventImpl()
1568 void Instrumentation::FieldWriteEventImpl(Thread* thread, in FieldWriteEventImpl()
1593 void Instrumentation::ExceptionThrownEvent(Thread* thread, in ExceptionThrownEvent()
1612 void Instrumentation::ExceptionHandledEvent(Thread* thread, in ExceptionHandledEvent()