Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h93 ScopedAllowThreadSuspension ats; in AllocObjectWithAllocator()
157 ScopedAllowThreadSuspension ats; in AllocObjectWithAllocator()
Dheap.cc1759 ScopedAllowThreadSuspension ats; \ in AllocateInternalWithGc()
1903 ScopedAllowThreadSuspension ats; in AllocateInternalWithGc()
/art/runtime/
Dthread.h1934 class ScopedAllowThreadSuspension {
1936 ALWAYS_INLINE ScopedAllowThreadSuspension() RELEASE(Roles::uninterruptible_) { in ScopedAllowThreadSuspension() function
1944 ALWAYS_INLINE ~ScopedAllowThreadSuspension() ACQUIRE(Roles::uninterruptible_) { in ~ScopedAllowThreadSuspension()