Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc95 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 …]
Djdwp_event.cc790 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/
Dlock_word.h85 static LockWord FromThinLockId(uint32_t thread_id, uint32_t count) { in FromThinLockId()
Dmonitor.cc723 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
Ddebugger.cc434 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 …]
Dthread_list.cc528 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()
Dstack.h403 JavaFrameRootInfo(uint32_t thread_id, const StackVisitor* stack_visitor, size_t vreg) in JavaFrameRootInfo()
Dthread.cc1318 void Thread::HandleScopeVisitRoots(RootCallback* visitor, void* arg, uint32_t thread_id) { in HandleScopeVisitRoots()
2190 uint32_t thread_id = GetThreadId(); in VisitRoots() local