Home
last modified time | relevance | path

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

/art/runtime/entrypoints/jni/
Djni_entrypoints.cc65 self->AssertPendingException(); in artFindNativeMethodRunnable()
113 self->AssertPendingException(); in artFindNativeMethodRunnable()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc140 self->AssertPendingException(); \
188 self->AssertPendingException(); \
/art/runtime/native/
Ddalvik_system_DexFile.cc341 Thread::Current()->AssertPendingException(); in DexFile_verifyInBackgroundNative()
356 Thread::Current()->AssertPendingException(); in DexFile_closeDexFile()
432 soa.Self()->AssertPendingException(); in DexFile_defineClassNative()
906 Thread::Current()->AssertPendingException(); in DexFile_setTrusted()
Djava_lang_Class.cc320 self->AssertPendingException(); in GetDeclaredFields()
334 self->AssertPendingException(); in GetDeclaredFields()
460 self->AssertPendingException(); in GetPublicFieldRecursive()
584 soa.Self()->AssertPendingException(); in Class_getDeclaredConstructorsInternal()
666 soa.Self()->AssertPendingException(); in Class_getDeclaredMethodsUnchecked()
Djava_lang_reflect_Executable.cc207 self->AssertPendingException(); in Executable_getParameters0()
/art/runtime/
Dcommon_dex_operations.h227 Thread::Current()->AssertPendingException(); in DoFieldPutCommon()
Dclass_linker-inl.h64 self->AssertPendingException(); in FindArrayClass()
Dart_method.cc528 Thread::Current()->AssertPendingException(); in EqualParameters()
Dreflection.cc512 soa.Self()->AssertPendingException(); in InvokeMethodImpl()
Dthread.h468 void AssertPendingException() const;
Dclass_linker.cc231 self->AssertPendingException(); in HandleEarlierVerifyError()
3169 self->AssertPendingException(); in DefineClass()
5314 self->AssertPendingException(); in InitializeClass()
5818 self->AssertPendingException(); in ValidateSuperClassDescriptors()
5838 self->AssertPendingException(); in ValidateSuperClassDescriptors()
9214 Thread::Current()->AssertPendingException(); in ResolveMethod()
9233 Thread::Current()->AssertPendingException(); in ResolveMethodWithoutInvokeType()
Dthread.cc2351 void Thread::AssertPendingException() const { in AssertPendingException() function in art::Thread
2356 AssertPendingException(); in AssertPendingOOMException()
Dclass_linker_test.cc1365 hs.Self()->AssertPendingException(); in TEST_F()
/art/runtime/verifier/
Dreg_type.cc691 self->AssertPendingException(); in ArrayClassJoin()
697 self->AssertPendingException(); in ArrayClassJoin()
885 self->AssertPendingException(); in Merge()
/art/test/common/
Druntime_state.cc245 self->AssertPendingException(); in ForceJitCompiled()
/art/runtime/mirror/
Dclass.cc234 self->AssertPendingException(); in SetStatus()
239 self->AssertPendingException(); in SetStatus()
1484 self->AssertPendingException(); in GetDeclaredMethodInternal()
/art/runtime/interpreter/mterp/
Dmterp.cc503 self->AssertPendingException(); in MterpCheckBefore()
/art/dex2oat/driver/
Dcompiler_driver.cc1651 soa.Self()->AssertPendingException(); in Visit()
2594 soa.Self()->AssertPendingException(); in CompileDexFile()
/art/openjdkjvmti/
Dti_redefine.cc442 self->AssertPendingException(); in GetClassRedefinitionError()
1834 driver_->self_->AssertPendingException(); in FinishRemainingCommonAllocations()
/art/dex2oat/
Ddex2oat.cc1969 soa.Self()->AssertPendingException(); in CompileDexFiles()