Home
last modified time | relevance | path

Searched refs:throw_eiie (Results 1 – 1 of 1) sorted by relevance

/art/runtime/mirror/
Dclass.cc91 bool throw_eiie = (old_exception.Get() == nullptr); in SetStatus() local
92 if (!throw_eiie) { in SetStatus()
95 throw_eiie = (strcmp(old_exception_descriptor, "Ljava/lang/OutOfMemoryError;") != 0); in SetStatus()
97 if (throw_eiie) { in SetStatus()