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.cc79 self->AssertPendingOOMException(); in CreateFromArtField()
Dclass.cc161 self->AssertPendingOOMException(); in EnsureExtDataPresent()
268 self->AssertPendingOOMException(); in SetStatus()
1373 self->AssertPendingOOMException(); in CopyOf()
1695 self->AssertPendingOOMException(); in EnsureMethodIds()
1714 self->AssertPendingOOMException(); in EnsureStaticFieldIds()
1732 self->AssertPendingOOMException(); in EnsureInstanceFieldIds()
Dclass_ext-inl.h56 self->AssertPendingOOMException(); in EnsureJniIdsArrayPresent()
Dstring.cc338 self->AssertPendingOOMException(); in ToCharArray()
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc59 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.cc326 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.cc132 self->AssertPendingOOMException(); in EnsureIdsArray()
157 self->AssertPendingOOMException(); in EnsureIdsArray()
285 self->AssertPendingOOMException(); in EncodeGenericId()
/art/runtime/
Dthread.cc2345 void Thread::AssertPendingOOMException() const { in AssertPendingOOMException() function in art::Thread
2731 self_->AssertPendingOOMException(); in Init()
2739 self_->AssertPendingOOMException(); in Init()
2877 soa.Self()->AssertPendingOOMException(); in CreateStackTraceElement()
2890 soa.Self()->AssertPendingOOMException(); in CreateStackTraceElement()
3104 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
3116 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
3130 soa.Self()->AssertPendingOOMException(); in CreateAnnotatedStackTrace()
Dclass_linker.cc2596 self->AssertPendingOOMException(); in AllocDexCache()
2603 self->AssertPendingOOMException(); in AllocDexCache()
2639 self->AssertPendingOOMException(); in AllocClass()
3334 self->AssertPendingOOMException(); in DefineClass()
4259 self->AssertPendingOOMException(); in RegisterDexFile()
4462 self->AssertPendingOOMException(); in CreateArrayClass()
5135 self->AssertPendingOOMException(); in CreateProxyClass()
5151 self->AssertPendingOOMException(); in CreateProxyClass()
6188 self->AssertPendingOOMException(); in LinkClass()
6560 self->AssertPendingOOMException(); in LinkVirtualMethods()
[all …]
Dthread.h463 void AssertPendingOOMException() const REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/interpreter/mterp/
Dnterp.cc568 self->AssertPendingOOMException(); in DoFilledNewArray()
/art/runtime/interpreter/
Dinterpreter_common.cc1488 self->AssertPendingOOMException(); in DoFilledNewArray()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc849 soa.Self()->AssertPendingOOMException(); in artQuickProxyInvokeHandler()