• Home
  • Raw
  • Download

Lines Matching defs:thread

142   void MethodEntered(Thread* thread, mirror::Object* this_object, ArtMethod* method,  in MethodEntered()
168 void MethodExited(Thread* thread, mirror::Object* this_object, ArtMethod* method, in MethodExited()
193 void DexPcMoved(Thread* thread, mirror::Object* this_object, ArtMethod* method, in DexPcMoved()
342 static bool IsSuspendedForDebugger(ScopedObjectAccessUnchecked& soa, Thread* thread) in IsSuspendedForDebugger()
399 Thread* thread = Thread::FromManagedThread(soa, thread_peer); in DecodeThread() local
857 Thread* thread = DecodeThread(soa, thread_id, &error); in GetOwnedMonitors() local
875 Thread* thread = DecodeThread(soa, thread_id, &error); in GetContendedMonitor() local
2177 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadStatus() local
2197 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadDebugSuspendCount() local
2209 Thread* thread = DecodeThread(soa, thread_id, &error); in Interrupt() local
2263 static int GetStackDepth(Thread* thread) SHARED_REQUIRES(Locks::mutator_lock_) { in GetStackDepth()
2289 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrameCount() local
2304 GetFrameVisitor(Thread* thread, size_t start_frame_in, size_t frame_count_in, in GetThreadFrames()
2343 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrames() local
2359 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { in GetThreadId()
2386 Thread* thread = thread_list->SuspendThreadByPeer(peer.get(), request_suspension, true, in SuspendThread() local
2402 Thread* thread; in ResumeThread() local
2451 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThisObject() local
2468 FindFrameVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in FindFrameVisitor()
2508 Thread* thread = DecodeThread(soa, thread_id, &error); in GetLocalValues() local
2679 Thread* thread = DecodeThread(soa, thread_id, &error); in SetLocalValues() local
2721 JDWP::JdwpError Dbg::SetLocalValue(Thread* thread, StackVisitor& visitor, int slot, in SetLocalValue()
2989 void Dbg::UpdateDebugger(Thread* thread, mirror::Object* this_object, in UpdateDebugger()
3416 bool Dbg::IsForcedInterpreterNeededForCallingImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForCallingImpl()
3436 bool Dbg::IsForcedInterpreterNeededForResolutionImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForResolutionImpl()
3470 bool Dbg::IsForcedInstrumentationNeededForResolutionImpl(Thread* thread, ArtMethod* m) { in IsForcedInstrumentationNeededForResolutionImpl()
3507 bool Dbg::IsForcedInterpreterNeededForUpcallImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForUpcallImpl()
3591 bool Dbg::IsForcedInterpreterNeededForExceptionImpl(Thread* thread) { in IsForcedInterpreterNeededForExceptionImpl()
3701 Thread* const thread = sts.GetThread(); in ConfigureStep() local
3791 Thread* thread = DecodeThread(soa, thread_id, &error); in UnconfigureStep() local