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