Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dthread-inl.h195 inline void Thread::AssertThreadSuspensionIsAllowable(bool check_locks) const { in AssertThreadSuspensionIsAllowable() function
327 AssertThreadSuspensionIsAllowable(); in TransitionFromRunnableToSuspended()
H A Dmonitor.cc1111 self->AssertThreadSuspensionIsAllowable(); in MonitorEnter()
1219 self->AssertThreadSuspensionIsAllowable(); in MonitorExit()
H A Dart_method.cc373 self->AssertThreadSuspensionIsAllowable(); in Invoke()
H A Dthread.h588 void AssertThreadSuspensionIsAllowable(bool check_locks = true) const;
/aosp_15_r20/art/runtime/gc/
H A Dheap-inl.h61 self->AssertThreadSuspensionIsAllowable(); in AllocObjectWithAllocator()
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc76 soa.Self()->AssertThreadSuspensionIsAllowable(); in InvokeProxyInvocationHandler()
/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_cache.cc305 Thread::Current()->AssertThreadSuspensionIsAllowable(gAborting == 0); in RegTypeCache()
/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Field.cc143 soa.Self()->AssertThreadSuspensionIsAllowable(); in CheckReceiver()