Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h84 inline void Thread::AssertThreadSuspensionIsAllowable(bool check_locks) const { in AssertThreadSuspensionIsAllowable() function
110 AssertThreadSuspensionIsAllowable(); in TransitionFromRunnableToSuspended()
Dart_method.cc376 self->AssertThreadSuspensionIsAllowable(); in Invoke()
Dthread.h277 void AssertThreadSuspensionIsAllowable(bool check_locks = true) const;
Ddebugger.cc3302 self->AssertThreadSuspensionIsAllowable(); in IsMethodPossiblyInlined()
/art/runtime/entrypoints/
Dentrypoint_utils.cc233 soa.Self()->AssertThreadSuspensionIsAllowable(); in InvokeProxyInvocationHandler()
/art/runtime/gc/
Dheap-inl.h49 self->AssertThreadSuspensionIsAllowable(); in AllocObjectWithAllocator()
/art/runtime/native/
Djava_lang_reflect_Field.cc109 soa.Self()->AssertThreadSuspensionIsAllowable(); in CheckReceiver()
/art/runtime/verifier/
Dreg_type_cache.cc243 Thread::Current()->AssertThreadSuspensionIsAllowable(gAborting == 0); in RegTypeCache()
/art/runtime/jdwp/
Djdwp_event.cc622 self->AssertThreadSuspensionIsAllowable(); in SendRequestAndPossiblySuspend()