Searched refs:ThrowOutOfMemoryError (Results 1 – 6 of 6) sorted by relevance
72 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow", in ComputeArraySize()
675 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
934 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap955 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()1434 ThrowOutOfMemoryError(self, alloc_size, allocator); in AllocateInternalWithGc()
395 void ThrowOutOfMemoryError(const char* msg) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
344 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()1779 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
2573 soa.Self()->ThrowOutOfMemoryError(caller); in EnsureLocalCapacity()