Home | History | Annotate | Download | only in interpreter

Lines Matching defs:abort_msg

491   std::string abort_msg;
492 android::base::StringAppendV(&abort_msg, fmt, args);
494 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg);