Home
last modified time | relevance | path

Searched refs:IsSuspendedForDebugger (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc435 static bool IsSuspendedForDebugger(ScopedObjectAccessUnchecked& soa, Thread* thread) in IsSuspendedForDebugger() function
923 if (!IsSuspendedForDebugger(soa, thread)) { in GetOwnedMonitors()
941 if (!IsSuspendedForDebugger(soa, thread)) { in GetContendedMonitor()
2249 if (IsSuspendedForDebugger(soa, thread)) { in GetThreadStatus()
2356 if (!IsSuspendedForDebugger(soa, thread)) { in GetThreadFrameCount()
2410 if (!IsSuspendedForDebugger(soa, thread)) { in GetThreadFrames()
2518 if (!IsSuspendedForDebugger(soa, thread)) { in GetThisObject()
2573 if (!IsSuspendedForDebugger(soa, thread)) { in GetLocalValues()
2744 if (!IsSuspendedForDebugger(soa, thread)) { in SetLocalValues()