Searched refs:ThrowOutOfMemoryError (Results 1 – 8 of 8) sorted by relevance
178 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow", in Alloc()
166 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow", in Alloc()
221 soa.Self()->ThrowOutOfMemoryError("native alloc"); in Unsafe_allocateMemory()
433 void ThrowOutOfMemoryError(const char* msg) SHARED_REQUIRES(Locks::mutator_lock_)
681 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()2373 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
2341 soa.Self()->ThrowOutOfMemoryError(caller); in EnsureLocalCapacityInternal()
888 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
1327 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap1358 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()1858 ThrowOutOfMemoryError(self, alloc_size, allocator); in AllocateInternalWithGc()