Home
last modified time | relevance | path

Searched refs:AssertPendingOOMException (Results 1 – 21 of 21) sorted by relevance

/art/runtime/mirror/
Dclass_ext.cc82 self->AssertPendingOOMException(); in ExtendObsoleteArrays()
93 self->AssertPendingOOMException(); in ExtendObsoleteArrays()
Dfield-inl.h69 self->AssertPendingOOMException(); in CreateFromArtField()
Dclass.cc161 self->AssertPendingOOMException(); in EnsureExtDataPresent()
268 self->AssertPendingOOMException(); in SetStatus()
1373 self->AssertPendingOOMException(); in CopyOf()
1719 self->AssertPendingOOMException(); in EnsureMethodIds()
1738 self->AssertPendingOOMException(); in EnsureStaticFieldIds()
1756 self->AssertPendingOOMException(); in EnsureInstanceFieldIds()
Dclass_ext-inl.h57 self->AssertPendingOOMException(); in EnsureJniIdsArrayPresent()
Dstring.cc338 self->AssertPendingOOMException(); in ToCharArray()
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc64 soa.Self()->AssertPendingOOMException(); in MethodHandleImpl_getMemberInternal()
Djava_lang_Class.cc593 soa.Self()->AssertPendingOOMException(); in Class_getDeclaredConstructorsInternal()
651 soa.Self()->AssertPendingOOMException(); in Class_getDeclaredMethodsUnchecked()
941 soa.Self()->AssertPendingOOMException(); in Class_newInstance()
Djava_lang_reflect_Executable.cc229 self->AssertPendingOOMException(); in Executable_getParameters0()
Ddalvik_system_VMDebug.cc336 soa.Self()->AssertPendingOOMException(); in VMDebug_countInstancesOfClasses()
/art/openjdkjvmti/
Dti_search.cc139 self->AssertPendingOOMException(); in Update()
175 self->AssertPendingOOMException(); in Update()
Dti_class_loader.cc125 self->AssertPendingOOMException(); in AllocateNewDexFileCookie()
Dti_redefine.cc751 driver_->self_->AssertPendingOOMException(); in CreateNewDexCache()
757 driver_->self_->AssertPendingOOMException(); in CreateNewDexCache()
1746 driver_->self_->AssertPendingOOMException(); in CollectAndCreateNewInstances()
1760 driver_->self_->AssertPendingOOMException(); in CollectAndCreateNewInstances()
1795 driver_->self_->AssertPendingOOMException(); in CollectAndCreateNewInstances()
1827 driver_->self_->AssertPendingOOMException(); in FinishRemainingCommonAllocations()
1844 driver_->self_->AssertPendingOOMException(); in FinishRemainingCommonAllocations()
1918 driver_->self_->AssertPendingOOMException(); in FinishNewClassAllocations()
1945 driver_->self_->AssertPendingOOMException(); in FinishNewClassAllocations()
2059 driver_->self_->AssertPendingOOMException(); in AllocateNewClassObject()
[all …]
Dti_class.cc227 self->AssertPendingOOMException(); in ClassPreDefine()
248 self->AssertPendingOOMException(); in ClassPreDefine()
Dti_heap.cc1921 self->AssertPendingOOMException(); in ChangeArraySize()
/art/runtime/jni/
Djni_id_manager.cc131 self->AssertPendingOOMException(); in EnsureIdsArray()
156 self->AssertPendingOOMException(); in EnsureIdsArray()
284 self->AssertPendingOOMException(); in EncodeGenericId()
/art/runtime/
Dthread.cc2351 void Thread::AssertPendingOOMException() const { in AssertPendingOOMException() function in art::Thread
2744 self_->AssertPendingOOMException(); in Init()
2752 self_->AssertPendingOOMException(); in Init()
2895 soa.Self()->AssertPendingOOMException(); in CreateStackTraceElement()
2908 soa.Self()->AssertPendingOOMException(); in CreateStackTraceElement()
3122 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
3134 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
3148 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
Dclass_linker.cc2519 self->AssertPendingOOMException(); in AllocDexCache()
2526 self->AssertPendingOOMException(); in AllocDexCache()
2562 self->AssertPendingOOMException(); in AllocClass()
3257 self->AssertPendingOOMException(); in DefineClass()
4168 self->AssertPendingOOMException(); in RegisterDexFile()
4371 self->AssertPendingOOMException(); in CreateArrayClass()
5044 self->AssertPendingOOMException(); in CreateProxyClass()
5060 self->AssertPendingOOMException(); in CreateProxyClass()
6091 self->AssertPendingOOMException(); in LinkClass()
6463 self->AssertPendingOOMException(); in LinkVirtualMethods()
[all …]
Dthread.h467 void AssertPendingOOMException() const REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/interpreter/mterp/
Dnterp.cc534 self->AssertPendingOOMException(); in DoFilledNewArray()
/art/runtime/interpreter/
Dinterpreter_common.cc1488 self->AssertPendingOOMException(); in DoFilledNewArray()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc850 soa.Self()->AssertPendingOOMException(); in artQuickProxyInvokeHandler()