• Home
  • Raw
  • Download

Lines Matching defs:thread

239   void MethodEntered(Thread* thread, mirror::Object* this_object, ArtMethod* method,  in MethodEntered()
265 void MethodExited(Thread* thread, mirror::Object* this_object, ArtMethod* method, in MethodExited()
290 void DexPcMoved(Thread* thread, mirror::Object* this_object, ArtMethod* method, in DexPcMoved()
435 static bool IsSuspendedForDebugger(ScopedObjectAccessUnchecked& soa, Thread* thread) in IsSuspendedForDebugger()
492 Thread* thread = Thread::FromManagedThread(soa, thread_peer); in DecodeThread() local
919 Thread* thread = DecodeThread(soa, thread_id, &error); in GetOwnedMonitors() local
937 Thread* thread = DecodeThread(soa, thread_id, &error); in GetContendedMonitor() local
2021 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadName() local
2049 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadGroup() local
2240 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadStatus() local
2260 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadDebugSuspendCount() local
2272 Thread* thread = DecodeThread(soa, thread_id, &error); in Interrupt() local
2326 static int GetStackDepth(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetStackDepth()
2352 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrameCount() local
2367 GetFrameVisitor(Thread* thread, size_t start_frame_in, size_t frame_count_in, in GetThreadFrames()
2406 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThreadFrames() local
2422 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { in GetThreadId()
2449 Thread* thread = thread_list->SuspendThreadByPeer(peer.get(), request_suspension, true, in SuspendThread() local
2465 Thread* thread; in ResumeThread() local
2514 Thread* thread = DecodeThread(soa, thread_id, &error); in GetThisObject() local
2531 FindFrameVisitor(Thread* thread, Context* context, JDWP::FrameId frame_id) in FindFrameVisitor()
2569 Thread* thread = DecodeThread(soa, thread_id, &error); in GetLocalValues() local
2740 Thread* thread = DecodeThread(soa, thread_id, &error); in SetLocalValues() local
3043 void Dbg::UpdateDebugger(Thread* thread, mirror::Object* this_object, in UpdateDebugger()
3498 bool Dbg::IsForcedInterpreterNeededForCallingImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForCallingImpl()
3518 bool Dbg::IsForcedInterpreterNeededForResolutionImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForResolutionImpl()
3552 bool Dbg::IsForcedInstrumentationNeededForResolutionImpl(Thread* thread, ArtMethod* m) { in IsForcedInstrumentationNeededForResolutionImpl()
3589 bool Dbg::IsForcedInterpreterNeededForUpcallImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForUpcallImpl()
3713 Thread* const thread = sts.GetThread(); in ConfigureStep() local
3804 Thread* thread = DecodeThread(soa, thread_id, &error); in UnconfigureStep() local