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

  /art/runtime/mirror/
string-inl.h 238 self->ThrowOutOfMemoryError(
array-inl.h 171 self->ThrowOutOfMemoryError(android::base::StringPrintf("%s of length %d would overflow",
  /art/runtime/native/
sun_misc_Unsafe.cc 233 soa.Self()->ThrowOutOfMemoryError("native alloc");
  /art/openjdkjvmti/
ti_class.cc 97 self->ThrowOutOfMemoryError(StringPrintf(
    [all...]
  /art/runtime/gc/
heap.h     [all...]
heap.cc     [all...]
  /art/runtime/
thread.h 522 void ThrowOutOfMemoryError(const char* msg) REQUIRES_SHARED(Locks::mutator_lock_)
    [all...]
thread.cc 721 soa.Self()->ThrowOutOfMemoryError(msg.c_str());
    [all...]
jni_internal.cc     [all...]

Completed in 201 milliseconds