Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring-inl.h229 self->ThrowOutOfMemoryError( in Alloc()
Darray-inl.h172 self->ThrowOutOfMemoryError(android::base::StringPrintf("%s of length %d would overflow", in Alloc()
/art/runtime/native/
Dsun_misc_Unsafe.cc228 soa.Self()->ThrowOutOfMemoryError("native alloc"); in Unsafe_allocateMemory()
/art/runtime/gc/
Dheap.h940 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
Dheap.cc1211 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap
1244 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()
1751 ThrowOutOfMemoryError(self, alloc_size, allocator); in AllocateInternalWithGc()
/art/runtime/
Dthread.h473 void ThrowOutOfMemoryError(const char* msg) REQUIRES_SHARED(Locks::mutator_lock_)
Dthread.cc705 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()
2826 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
Djni_internal.cc2504 soa.Self()->ThrowOutOfMemoryError(caller_error.c_str()); in EnsureLocalCapacityInternal()
/art/runtime/openjdkjvmti/
Dti_class.cc94 self->ThrowOutOfMemoryError(StringPrintf( in MakeSingleDexFile()