Lines Matching defs:thread
57 void InstrumentationListener::MethodExited(Thread* thread, in MethodExited()
69 void InstrumentationListener::FieldWritten(Thread* thread, in FieldWritten()
269 static void InstrumentationInstallStack(Thread* thread, void* arg) in InstrumentationInstallStack()
427 void Instrumentation::InstrumentThreadStack(Thread* thread) { in InstrumentThreadStack()
433 static void InstrumentationRestoreStack(Thread* thread, void* arg) in InstrumentationRestoreStack()
794 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ResetQuickAllocEntryPointsForThread()
1150 void Instrumentation::MethodEnterEventImpl(Thread* thread, in MethodEnterEventImpl()
1167 void Instrumentation::MethodExitEventImpl(Thread* thread, in MethodExitEventImpl()
1194 void Instrumentation::MethodUnwindEvent(Thread* thread, in MethodUnwindEvent()
1210 void Instrumentation::DexPcMovedEventImpl(Thread* thread, in DexPcMovedEventImpl()
1224 void Instrumentation::BranchImpl(Thread* thread, in BranchImpl()
1235 void Instrumentation::WatchedFramePopImpl(Thread* thread, const ShadowFrame& frame) const { in WatchedFramePopImpl()
1243 void Instrumentation::FieldReadEventImpl(Thread* thread, in FieldReadEventImpl()
1258 void Instrumentation::FieldWriteEventImpl(Thread* thread, in FieldWriteEventImpl()
1283 void Instrumentation::ExceptionThrownEvent(Thread* thread, in ExceptionThrownEvent()
1302 void Instrumentation::ExceptionHandledEvent(Thread* thread, in ExceptionHandledEvent()
1387 static char GetRuntimeMethodShorty(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_) { in GetRuntimeMethodShorty()