Searched refs:ThrowOutOfMemoryError (Results 1 – 9 of 9) sorted by relevance
229 self->ThrowOutOfMemoryError( in Alloc()
172 self->ThrowOutOfMemoryError(android::base::StringPrintf("%s of length %d would overflow", in Alloc()
228 soa.Self()->ThrowOutOfMemoryError("native alloc"); in Unsafe_allocateMemory()
940 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
1211 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap1244 self->ThrowOutOfMemoryError(oss.str().c_str()); in ThrowOutOfMemoryError()1751 ThrowOutOfMemoryError(self, alloc_size, allocator); in AllocateInternalWithGc()
473 void ThrowOutOfMemoryError(const char* msg) REQUIRES_SHARED(Locks::mutator_lock_)
705 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()2826 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
2504 soa.Self()->ThrowOutOfMemoryError(caller_error.c_str()); in EnsureLocalCapacityInternal()
94 self->ThrowOutOfMemoryError(StringPrintf( in MakeSingleDexFile()