Home
last modified time | relevance | path

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

/art/runtime/
Dthread-inl.h59 inline void Thread::AssertThreadSuspensionIsAllowable(bool check_locks) const { in AssertThreadSuspensionIsAllowable() function
81 AssertThreadSuspensionIsAllowable(); in TransitionFromRunnableToSuspended()
Dthread.h252 void AssertThreadSuspensionIsAllowable(bool check_locks = true) const;
Ddebugger.cc3153 self->AssertThreadSuspensionIsAllowable(); in IsMethodPossiblyInlined()
/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc31 self->AssertThreadSuspensionIsAllowable(); in FindMethodHelper()
/art/runtime/gc/
Dheap-inl.h47 self->AssertThreadSuspensionIsAllowable(); in AllocObjectWithAllocator()
/art/runtime/mirror/
Dart_method.cc271 self->AssertThreadSuspensionIsAllowable(); in Invoke()
/art/runtime/entrypoints/
Dentrypoint_utils.cc240 soa.Self()->AssertThreadSuspensionIsAllowable(); in InvokeProxyInvocationHandler()
/art/runtime/native/
Djava_lang_reflect_Field.cc99 soa.Self()->AssertThreadSuspensionIsAllowable(); in CheckReceiver()
/art/runtime/verifier/
Dreg_type_cache.cc241 Thread::Current()->AssertThreadSuspensionIsAllowable(); in RegTypeCache()
/art/runtime/jdwp/
Djdwp_event.cc630 self->AssertThreadSuspensionIsAllowable(); in SendRequestAndPossiblySuspend()