Home | History | Annotate | Download | only in gc

Lines Matching defs:ThrowOutOfMemoryError

1211 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) {
1244 self->ThrowOutOfMemoryError(oss.str().c_str());
1751 ThrowOutOfMemoryError(self, alloc_size, allocator);