Home | History | Annotate | Download | only in interpreter

Lines Matching defs:abort_msg

444   std::string abort_msg;
445 android::base::StringAppendV(&abort_msg, fmt, args);
447 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg);