HomeSort by relevance Sort by last modified time
    Searched refs:ThrowOutOfMemoryError (Results 1 - 6 of 6) sorted by null

  /art/runtime/mirror/
array-inl.h 72 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow",
  /art/runtime/gc/
heap.h 675 void ThrowOutOfMemoryError(Thread* self, size_t byte_count, AllocatorType allocator_type)
    [all...]
heap.cc     [all...]
  /art/runtime/
thread.h 395 void ThrowOutOfMemoryError(const char* msg) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
thread.cc 344 soa.Self()->ThrowOutOfMemoryError(msg.c_str());
    [all...]
jni_internal.cc     [all...]

Completed in 59 milliseconds