Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dclass_ext.cc82 self->AssertPendingOOMException(); in ExtendObsoleteArrays()
93 self->AssertPendingOOMException(); in ExtendObsoleteArrays()
H A Dfield.cc79 self->AssertPendingOOMException(); in CreateFromArtField()
H A Dclass.cc130 self->AssertPendingOOMException(); in EnsureExtDataPresent()
237 self->AssertPendingOOMException(); in SetStatus()
1342 self->AssertPendingOOMException(); in CopyOf()
1664 self->AssertPendingOOMException(); in EnsureMethodIds()
1683 self->AssertPendingOOMException(); in EnsureStaticFieldIds()
1701 self->AssertPendingOOMException(); in EnsureInstanceFieldIds()
H A Dclass_ext-inl.h56 self->AssertPendingOOMException(); in EnsureJniIdsArrayPresent()
H A Dstring.cc336 self->AssertPendingOOMException(); in ToCharArray()
/aosp12/art/runtime/native/
H A Djava_lang_invoke_MethodHandleImpl.cc59 soa.Self()->AssertPendingOOMException(); in MethodHandleImpl_getMemberInternal()
H A Djava_lang_Class.cc595 soa.Self()->AssertPendingOOMException(); in Class_getDeclaredConstructorsInternal()
653 soa.Self()->AssertPendingOOMException(); in Class_getDeclaredMethodsUnchecked()
943 soa.Self()->AssertPendingOOMException(); in Class_newInstance()
H A Djava_lang_reflect_Executable.cc229 self->AssertPendingOOMException(); in Executable_getParameters0()
H A Ddalvik_system_VMDebug.cc297 soa.Self()->AssertPendingOOMException(); in VMDebug_countInstancesOfClasses()
/aosp12/art/openjdkjvmti/
H A Dti_search.cc139 self->AssertPendingOOMException(); in Update()
175 self->AssertPendingOOMException(); in Update()
H A Dti_redefine.cc751 driver_->self_->AssertPendingOOMException(); in CreateNewDexCache()
757 driver_->self_->AssertPendingOOMException(); in CreateNewDexCache()
1745 driver_->self_->AssertPendingOOMException(); in CollectAndCreateNewInstances()
1759 driver_->self_->AssertPendingOOMException(); in CollectAndCreateNewInstances()
1843 driver_->self_->AssertPendingOOMException(); in FinishRemainingCommonAllocations()
1917 driver_->self_->AssertPendingOOMException(); in FinishNewClassAllocations()
1944 driver_->self_->AssertPendingOOMException(); in FinishNewClassAllocations()
2058 driver_->self_->AssertPendingOOMException(); in AllocateNewClassObject()
2123 driver_->self_->AssertPendingOOMException(); in AllocateNewClassObject()
2458 self_->AssertPendingOOMException(); in Run()
[all …]
H A Dti_class_loader.cc125 self->AssertPendingOOMException(); in AllocateNewDexFileCookie()
H A Dti_class.cc228 self->AssertPendingOOMException(); in ClassPreDefine()
249 self->AssertPendingOOMException(); in ClassPreDefine()
H A Dti_heap.cc1921 self->AssertPendingOOMException(); in ChangeArraySize()
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc132 self->AssertPendingOOMException(); in EnsureIdsArray()
157 self->AssertPendingOOMException(); in EnsureIdsArray()
285 self->AssertPendingOOMException(); in EncodeGenericId()
/aosp12/art/runtime/
H A Dthread.cc2355 void Thread::AssertPendingOOMException() const { in AssertPendingOOMException() function in art::Thread
2801 self_->AssertPendingOOMException(); in Init()
2809 self_->AssertPendingOOMException(); in Init()
2947 soa.Self()->AssertPendingOOMException(); in CreateStackTraceElement()
2960 soa.Self()->AssertPendingOOMException(); in CreateStackTraceElement()
3175 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
3187 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
3200 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
H A Dclass_linker.cc2389 self->AssertPendingOOMException(); in AllocDexCache()
2396 self->AssertPendingOOMException(); in AllocDexCache()
2425 self->AssertPendingOOMException(); in AllocClass()
3147 self->AssertPendingOOMException(); in DefineClass()
4097 self->AssertPendingOOMException(); in RegisterDexFile()
4302 self->AssertPendingOOMException(); in CreateArrayClass()
5010 self->AssertPendingOOMException(); in CreateProxyClass()
5026 self->AssertPendingOOMException(); in CreateProxyClass()
6065 self->AssertPendingOOMException(); in LinkClass()
7334 self->AssertPendingOOMException(); in SetupInterfaceLookupTable()
[all …]
H A Dthread.h469 void AssertPendingOOMException() const REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc684 self->AssertPendingOOMException(); in DoFilledNewArray()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.cc1484 self->AssertPendingOOMException(); in DoFilledNewArray()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc849 soa.Self()->AssertPendingOOMException(); in artQuickProxyInvokeHandler()