• Home
  • Raw
  • Download

Lines Matching defs:thread

61     Thread* thread,  in MethodExited()
76 void InstrumentationListener::FieldWritten(Thread* thread, in FieldWritten()
298 void InstrumentationInstallStack(Thread* thread, void* arg) in InstrumentationInstallStack()
454 void Instrumentation::InstrumentThreadStack(Thread* thread) { in InstrumentThreadStack()
460 static void InstrumentationRestoreStack(Thread* thread, void* arg) in InstrumentationRestoreStack()
845 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ResetQuickAllocEntryPointsForThread()
1201 void Instrumentation::MethodEnterEventImpl(Thread* thread, in MethodEnterEventImpl()
1219 void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl()
1237 template<> void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl()
1262 void Instrumentation::MethodUnwindEvent(Thread* thread, in MethodUnwindEvent()
1278 void Instrumentation::DexPcMovedEventImpl(Thread* thread, in DexPcMovedEventImpl()
1292 void Instrumentation::BranchImpl(Thread* thread, in BranchImpl()
1303 void Instrumentation::WatchedFramePopImpl(Thread* thread, const ShadowFrame& frame) const { in WatchedFramePopImpl()
1311 void Instrumentation::FieldReadEventImpl(Thread* thread, in FieldReadEventImpl()
1326 void Instrumentation::FieldWriteEventImpl(Thread* thread, in FieldWriteEventImpl()
1351 void Instrumentation::ExceptionThrownEvent(Thread* thread, in ExceptionThrownEvent()
1370 void Instrumentation::ExceptionHandledEvent(Thread* thread, in ExceptionHandledEvent()
1438 static char GetRuntimeMethodShorty(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) { in GetRuntimeMethodShorty()