Lines Matching defs:thread
171 static void InstrumentationInstallStack(Thread* thread, void* arg) in InstrumentationInstallStack()
312 void Instrumentation::InstrumentThreadStack(Thread* thread) { in InstrumentThreadStack()
318 static void InstrumentationRestoreStack(Thread* thread, void* arg) in InstrumentationRestoreStack()
632 static void ResetQuickAllocEntryPointsForThread(Thread* thread, void* arg ATTRIBUTE_UNUSED) { in ResetQuickAllocEntryPointsForThread()
905 void Instrumentation::MethodEnterEventImpl(Thread* thread, mirror::Object* this_object, in MethodEnterEventImpl()
917 void Instrumentation::MethodExitEventImpl(Thread* thread, mirror::Object* this_object, in MethodExitEventImpl()
929 void Instrumentation::MethodUnwindEvent(Thread* thread, mirror::Object* this_object, in MethodUnwindEvent()
941 void Instrumentation::DexPcMovedEventImpl(Thread* thread, mirror::Object* this_object, in DexPcMovedEventImpl()
951 void Instrumentation::BranchImpl(Thread* thread, in BranchImpl()
962 void Instrumentation::InvokeVirtualOrInterfaceImpl(Thread* thread, in InvokeVirtualOrInterfaceImpl()
977 void Instrumentation::FieldReadEventImpl(Thread* thread, mirror::Object* this_object, in FieldReadEventImpl()
987 void Instrumentation::FieldWriteEventImpl(Thread* thread, mirror::Object* this_object, in FieldWriteEventImpl()
997 void Instrumentation::ExceptionCaughtEvent(Thread* thread, in ExceptionCaughtEvent()