Home
last modified time | relevance | path

Searched refs:AssertPendingException (Results 1 – 7 of 7) sorted by relevance

/art/runtime/native/
Djava_lang_Class.cc143 self->AssertPendingException(); in GetDeclaredFields()
157 self->AssertPendingException(); in GetDeclaredFields()
295 soa.Self()->AssertPendingException(); in Class_getDeclaredConstructorsInternal()
359 soa.Self()->AssertPendingException(); in Class_getDeclaredMethodInternal()
410 soa.Self()->AssertPendingException(); in Class_getDeclaredMethodsUnchecked()
423 soa.Self()->AssertPendingException(); in Class_getDeclaredMethodsUnchecked()
496 soa.Self()->AssertPendingException(); in Class_newInstance()
/art/runtime/mirror/
Dfield-inl.h40 self->AssertPendingException(); in CreateFromArtField()
/art/runtime/
Dart_method.cc553 Thread::Current()->AssertPendingException(); in EqualParameters()
Dthread.h346 void AssertPendingException() const;
Dthread.cc1321 void Thread::AssertPendingException() const { in AssertPendingException() function in art::Thread
1326 AssertPendingException(); in AssertPendingOOMException()
Dclass_linker.cc3968 self->AssertPendingException(); in ValidateSuperClassDescriptors()
3985 self->AssertPendingException(); in ValidateSuperClassDescriptors()
5502 Thread::Current()->AssertPendingException(); in ResolveMethod()
/art/compiler/
Doat_writer.cc624 soa.Self()->AssertPendingException(); in VisitMethod()