Home
last modified time | relevance | path

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

/art/runtime/mirror/
Darray-inl.h72 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow", in ComputeArraySize()
/art/runtime/
Dthread.h395 void ThrowOutOfMemoryError(const char* msg) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dthread.cc341 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()
1742 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
Djni_internal.cc2573 soa.Self()->ThrowOutOfMemoryError(caller); in EnsureLocalCapacity()
/art/runtime/gc/
Dheap.h675 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
Dheap.cc914 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap
935 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()
1382 ThrowOutOfMemoryError(self, alloc_size, allocator); in AllocateInternalWithGc()