Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h178 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow", in Alloc()
Darray-inl.h166 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow", in Alloc()
/art/runtime/native/
Dsun_misc_Unsafe.cc221 soa.Self()->ThrowOutOfMemoryError("native alloc"); in Unsafe_allocateMemory()
/art/runtime/
Dthread.h433 void ThrowOutOfMemoryError(const char* msg) SHARED_REQUIRES(Locks::mutator_lock_)
Dthread.cc681 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()
2373 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
Djni_internal.cc2341 soa.Self()->ThrowOutOfMemoryError(caller); in EnsureLocalCapacityInternal()
/art/runtime/gc/
Dheap.h888 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
Dheap.cc1327 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap
1358 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()
1858 ThrowOutOfMemoryError(self, alloc_size, allocator); in AllocateInternalWithGc()