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

/art/runtime/mirror/
H A Dstring-inl.h238 self->ThrowOutOfMemoryError(
H A Darray-inl.h171 self->ThrowOutOfMemoryError(android::base::StringPrintf("%s of length %d would overflow",
/art/runtime/native/
H A Dsun_misc_Unsafe.cc233 soa.Self()->ThrowOutOfMemoryError("native alloc");
/art/openjdkjvmti/
H A Dti_class.cc97 self->ThrowOutOfMemoryError(StringPrintf(
/art/runtime/gc/
H A Dheap.h950 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
H A Dheap.cc1208 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { function in class:art::gc::Heap
1241 self->ThrowOutOfMemoryError(oss.str().c_str());
1748 ThrowOutOfMemoryError(self, alloc_size, allocator);
/art/runtime/
H A Dthread.h522 void ThrowOutOfMemoryError(const char* msg) REQUIRES_SHARED(Locks::mutator_lock_)
H A Dthread.cc721 soa.Self()->ThrowOutOfMemoryError(msg.c_str());
3095 void Thread::ThrowOutOfMemoryError(const char* msg) { function in class:Thread
H A Djni_internal.cc2532 soa.Self()->ThrowOutOfMemoryError(caller_error.c_str());

Completed in 2327 milliseconds