Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h145 inline void Thread::AssertThreadSuspensionIsAllowable(bool check_locks) const { in AssertThreadSuspensionIsAllowable() function
231 AssertThreadSuspensionIsAllowable(); in TransitionFromRunnableToSuspended()
Dmonitor.cc1101 self->AssertThreadSuspensionIsAllowable(); in MonitorEnter()
1224 self->AssertThreadSuspensionIsAllowable(); in MonitorExit()
Dart_method.cc320 self->AssertThreadSuspensionIsAllowable(); in Invoke()
Dthread.h379 void AssertThreadSuspensionIsAllowable(bool check_locks = true) const;
/art/runtime/gc/
Dheap-inl.h61 self->AssertThreadSuspensionIsAllowable(); in AllocObjectWithAllocator()
/art/runtime/entrypoints/
Dentrypoint_utils.cc70 soa.Self()->AssertThreadSuspensionIsAllowable(); in InvokeProxyInvocationHandler()
/art/runtime/native/
Djava_lang_reflect_Field.cc129 soa.Self()->AssertThreadSuspensionIsAllowable(); in CheckReceiver()
/art/runtime/verifier/
Dreg_type_cache.cc297 Thread::Current()->AssertThreadSuspensionIsAllowable(gAborting == 0); in RegTypeCache()