Searched defs:ThrowOutOfMemoryError (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc681 soa.Self()->ThrowOutOfMemoryError(msg.c_str());
2751 void Thread::ThrowOutOfMemoryError(const char* msg) { function in class:art::Thread
/art/runtime/gc/
H A Dheap.cc1298 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { function in class:art::gc::Heap
1331 self->ThrowOutOfMemoryError(oss.str().c_str());
1833 ThrowOutOfMemoryError(self, alloc_size, allocator);

Completed in 48 milliseconds