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()
110 self->AssertPendingException(); in artFindNativeMethodRunnable()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc140 self->AssertPendingException(); \
188 self->AssertPendingException(); \
/art/runtime/native/
Ddalvik_system_DexFile.cc356 Thread::Current()->AssertPendingException(); in DexFile_verifyInBackgroundNative()
378 Thread::Current()->AssertPendingException(); in DexFile_closeDexFile()
454 soa.Self()->AssertPendingException(); in DexFile_defineClassNative()
893 Thread::Current()->AssertPendingException(); in DexFile_setTrusted()
Djava_lang_Class.cc318 self->AssertPendingException(); in GetDeclaredFields()
332 self->AssertPendingException(); in GetDeclaredFields()
458 self->AssertPendingException(); in GetPublicFieldRecursive()
582 soa.Self()->AssertPendingException(); in Class_getDeclaredConstructorsInternal()
664 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.cc527 Thread::Current()->AssertPendingException(); in EqualParameters()
Dreflection.cc505 soa.Self()->AssertPendingException(); in InvokeMethodImpl()
Dthread.h462 void AssertPendingException() const;
Dclass_linker.cc227 self->AssertPendingException(); in HandleEarlierVerifyError()
3356 self->AssertPendingException(); in DefineClass()
5441 self->AssertPendingException(); in InitializeClass()
5945 self->AssertPendingException(); in ValidateSuperClassDescriptors()
5965 self->AssertPendingException(); in ValidateSuperClassDescriptors()
8951 Thread::Current()->AssertPendingException(); in ResolveMethod()
8970 Thread::Current()->AssertPendingException(); in ResolveMethodWithoutInvokeType()
Dthread.cc2341 void Thread::AssertPendingException() const { in AssertPendingException() function in art::Thread
2346 AssertPendingException(); in AssertPendingOOMException()
Dclass_linker_test.cc1362 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.cc250 self->AssertPendingException(); in ForceJitCompiled()
/art/runtime/mirror/
Dclass.cc265 self->AssertPendingException(); in SetStatus()
270 self->AssertPendingException(); in SetStatus()
1515 self->AssertPendingException(); in GetDeclaredMethodInternal()
/art/runtime/interpreter/mterp/
Dmterp.cc557 self->AssertPendingException(); in MterpCheckBefore()
/art/dex2oat/driver/
Dcompiler_driver.cc1749 soa.Self()->AssertPendingException(); in Visit()
2744 soa.Self()->AssertPendingException(); in CompileDexFile()
/art/openjdkjvmti/
Dti_redefine.cc442 self->AssertPendingException(); in GetClassRedefinitionError()
1835 driver_->self_->AssertPendingException(); in FinishRemainingCommonAllocations()
/art/dex2oat/
Ddex2oat.cc2175 soa.Self()->AssertPendingException(); in CompileDexFiles()