Searched refs:ThrowOutOfMemoryError (Results 1 – 10 of 10) sorted by relevance
136 self->ThrowOutOfMemoryError(android::base::StringPrintf("%s of length %d would overflow", in Alloc()
222 self->ThrowOutOfMemoryError( in Alloc()
285 soa.Self()->ThrowOutOfMemoryError("native alloc"); in Unsafe_allocateMemory()
239 soa.Self()->ThrowOutOfMemoryError("native alloc"); in Unsafe_allocateMemory()
1156 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
1501 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap1552 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()2116 ThrowOutOfMemoryError(self, alloc_size, allocator); in AllocateInternalWithGc()
101 self->ThrowOutOfMemoryError(StringPrintf( in MakeSingleDexFile()
743 void ThrowOutOfMemoryError(const char* msg) REQUIRES_SHARED(Locks::mutator_lock_)
949 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()3688 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
2036 soa.Self()->ThrowOutOfMemoryError(error.c_str()); in NewStringUTF()2875 soa.Self()->ThrowOutOfMemoryError(caller_error.c_str()); in EnsureLocalCapacityInternal()