Lines Matching refs:Thread
34 class Thread; variable
49 virtual void MethodEntered(Thread* thread, mirror::Object* this_object,
56 virtual void MethodExited(Thread* thread, mirror::Object* this_object,
63 virtual void MethodUnwind(Thread* thread, const mirror::ArtMethod* method,
67 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object,
72 virtual void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
154 void MethodEnterEvent(Thread* thread, mirror::Object* this_object, in MethodEnterEvent()
163 void MethodExitEvent(Thread* thread, mirror::Object* this_object, in MethodExitEvent()
173 void MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
178 void DexPcMovedEvent(Thread* thread, mirror::Object* this_object, in DexPcMovedEvent()
187 void ExceptionCaughtEvent(Thread* thread, const ThrowLocation& throw_location,
194 void PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object,
201 uint64_t PopInstrumentationStackFrame(Thread* self, uintptr_t* return_pc, uint64_t gpr_result,
206 void PopMethodForUnwind(Thread* self, bool is_deoptimization) const
218 void MethodEnterEventImpl(Thread* thread, mirror::Object* this_object,
221 void MethodExitEventImpl(Thread* thread, mirror::Object* this_object,
225 void DexPcMovedEventImpl(Thread* thread, mirror::Object* this_object,