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

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

Completed in 293 milliseconds