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

  /art/runtime/mirror/
array.cc 48 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow",
  /art/runtime/
thread.h 366 void ThrowOutOfMemoryError(const char* msg) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
thread.cc 285 soa.Self()->ThrowOutOfMemoryError(msg.c_str());
    [all...]
jni_internal.cc     [all...]
  /art/runtime/gc/
heap.cc 629 self->ThrowOutOfMemoryError(oss.str().c_str());
    [all...]

Completed in 3963 milliseconds