Home
last modified time | relevance | path

Searched refs:ThrowOutOfMemoryError (Results 1 – 10 of 10) sorted by relevance

/art/runtime/mirror/
Darray-alloc-inl.h136 self->ThrowOutOfMemoryError(android::base::StringPrintf("%s of length %d would overflow", in Alloc()
Dstring-alloc-inl.h222 self->ThrowOutOfMemoryError( in Alloc()
/art/runtime/native/
Djdk_internal_misc_Unsafe.cc285 soa.Self()->ThrowOutOfMemoryError("native alloc"); in Unsafe_allocateMemory()
Dsun_misc_Unsafe.cc239 soa.Self()->ThrowOutOfMemoryError("native alloc"); in Unsafe_allocateMemory()
/art/runtime/gc/
Dheap.h1121 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
Dheap.cc1484 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap
1535 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()
2052 ThrowOutOfMemoryError(self, alloc_size, allocator); in AllocateInternalWithGc()
/art/openjdkjvmti/
Dti_class.cc101 self->ThrowOutOfMemoryError(StringPrintf( in MakeSingleDexFile()
/art/runtime/
Dthread.h640 void ThrowOutOfMemoryError(const char* msg) REQUIRES_SHARED(Locks::mutator_lock_)
Dthread.cc954 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()
3648 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
/art/runtime/jni/
Djni_internal.cc2033 soa.Self()->ThrowOutOfMemoryError(error.c_str()); in NewStringUTF()
2866 soa.Self()->ThrowOutOfMemoryError(caller_error.c_str()); in EnsureLocalCapacityInternal()