Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3288 void Thread::ThrowOutOfMemoryError(const char* msg) { in ThrowOutOfMemoryError() function in art::Thread
/art/runtime/gc/
Dheap.cc1369 void Heap::ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type) { in ThrowOutOfMemoryError() function in art::gc::Heap