Lines Matching defs:thread
166 static void InstrumentationInstallStack(Thread* thread, void* arg) in InstrumentationInstallStack()
306 static void InstrumentationRestoreStack(Thread* thread, void* arg) in InstrumentationRestoreStack()
601 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ResetQuickAllocEntryPointsForThread()
860 void Instrumentation::MethodEnterEventImpl(Thread* thread, mirror::Object* this_object, in MethodEnterEventImpl()
874 void Instrumentation::MethodExitEventImpl(Thread* thread, mirror::Object* this_object, in MethodExitEventImpl()
888 void Instrumentation::MethodUnwindEvent(Thread* thread, mirror::Object* this_object, in MethodUnwindEvent()
898 void Instrumentation::DexPcMovedEventImpl(Thread* thread, mirror::Object* this_object, in DexPcMovedEventImpl()
907 void Instrumentation::BackwardBranchImpl(Thread* thread, ArtMethod* method, in BackwardBranchImpl()
914 void Instrumentation::FieldReadEventImpl(Thread* thread, mirror::Object* this_object, in FieldReadEventImpl()
923 void Instrumentation::FieldWriteEventImpl(Thread* thread, mirror::Object* this_object, in FieldWriteEventImpl()
932 void Instrumentation::ExceptionCaughtEvent(Thread* thread, in ExceptionCaughtEvent()