Searched defs:thread_id (Results 1 – 8 of 8) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 95 ObjectId thread_id, ObjectId object_id, in FinishInvoke() 691 ObjectId thread_id = request.ReadThreadId(); in CT_InvokeMethod() local 707 ObjectId thread_id = request.ReadThreadId(); in CT_NewInstance() local 876 ObjectId thread_id = request.ReadThreadId(); in OR_InvokeMethod() local 945 ObjectId thread_id = request.ReadThreadId(); in TR_Name() local 966 ObjectId thread_id = request.ReadThreadId(); in TR_Suspend() local 985 ObjectId thread_id = request.ReadThreadId(); in TR_Resume() local 1003 ObjectId thread_id = request.ReadThreadId(); in TR_Status() local 1025 ObjectId thread_id = request.ReadThreadId(); in TR_ThreadGroup() local 1037 ObjectId thread_id = request.ReadThreadId(); in TR_Frames() local [all …]
|
D | jdwp_event.cc | 790 ObjectId thread_id) in LogMatchingEventsAndThread() 876 ObjectId thread_id = 0; in PostLocationEvent() local 960 ObjectId thread_id = 0; in PostFieldEvent() local 1059 ObjectId thread_id = 0; in PostThreadChange() local 1169 ObjectId thread_id = 0; in PostException() local 1254 ObjectId thread_id = 0; in PostClassPrepare() local
|
/art/runtime/ |
D | lock_word.h | 85 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count) { in FromThinLockId()
|
D | monitor.cc | 723 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() local 799 uint32_t thread_id = self->GetThreadId(); in MonitorExit() local 846 uint32_t thread_id = self->GetThreadId(); in Wait() local 881 uint32_t thread_id = self->GetThreadId(); in DoNotify() local
|
D | debugger.cc | 434 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thr… in DecodeThread() 949 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors() 1000 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor() 1972 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string& name) { in GetThreadName() 1993 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup() 2179 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus() 2204 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount() 2217 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt() 2296 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result) { in GetThreadFrameCount() 2311 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames() [all …]
|
D | thread_list.cc | 528 static void ThreadSuspendByThreadIdWarning(int level, const char* message, uint32_t thread_id) { in ThreadSuspendByThreadIdWarning() 532 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, in SuspendThreadByThreadId()
|
D | stack.h | 403 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
|
D | thread.cc | 1318 void Thread::HandleScopeVisitRoots(RootCallback* visitor, void* arg, uint32_t thread_id) { in HandleScopeVisitRoots() 2190 uint32_t thread_id = GetThreadId(); in VisitRoots() local
|