Lines Matching refs:thread

78   virtual void MethodEntered(Thread* thread,
83 virtual void MethodExited(Thread* thread,
94 virtual void MethodExited(Thread* thread,
104 virtual void MethodUnwind(Thread* thread,
111 virtual void DexPcMoved(Thread* thread,
118 virtual void FieldRead(Thread* thread,
124 virtual void FieldWritten(Thread* thread,
133 virtual void FieldWritten(Thread* thread,
142 virtual void ExceptionThrown(Thread* thread,
147 virtual void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
151 virtual void Branch(Thread* thread,
160 virtual void WatchedFramePop(Thread* thread ATTRIBUTE_UNUSED,
401 void MethodEnterEvent(Thread* thread, in MethodEnterEvent() argument
407 MethodEnterEventImpl(thread, this_object, method, dex_pc); in MethodEnterEvent()
413 void MethodExitEvent(Thread* thread, in MethodExitEvent() argument
421 MethodExitEventImpl(thread, this_object, method, dex_pc, frame, return_value); in MethodExitEvent()
426 void MethodUnwindEvent(Thread* thread,
433 void DexPcMovedEvent(Thread* thread, in DexPcMovedEvent() argument
439 DexPcMovedEventImpl(thread, this_object, method, dex_pc); in DexPcMovedEvent()
444 void Branch(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const in Branch() argument
447 BranchImpl(thread, method, dex_pc, offset); in Branch()
452 void FieldReadEvent(Thread* thread, in FieldReadEvent() argument
459 FieldReadEventImpl(thread, this_object, method, dex_pc, field); in FieldReadEvent()
464 void FieldWriteEvent(Thread* thread, in FieldWriteEvent() argument
472 FieldWriteEventImpl(thread, this_object, method, dex_pc, field, field_value); in FieldWriteEvent()
477 void WatchedFramePopped(Thread* thread, const ShadowFrame& frame) const in WatchedFramePopped() argument
480 WatchedFramePopImpl(thread, frame); in WatchedFramePopped()
485 void ExceptionThrownEvent(Thread* thread, ObjPtr<mirror::Throwable> exception_object) const
490 void ExceptionHandledEvent(Thread* thread, ObjPtr<mirror::Throwable> exception_object) const
540 void InstrumentThreadStack(Thread* thread)
600 void MethodEnterEventImpl(Thread* thread,
606 void MethodExitEventImpl(Thread* thread,
613 void DexPcMovedEventImpl(Thread* thread,
618 void BranchImpl(Thread* thread, ArtMethod* method, uint32_t dex_pc, int32_t offset) const
620 void WatchedFramePopImpl(Thread* thread, const ShadowFrame& frame) const
622 void FieldReadEventImpl(Thread* thread,
628 void FieldWriteEventImpl(Thread* thread,