Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc69 std::string vmsg; in ThrowException() local
70 StringAppendV(&vmsg, fmt, *args); in ThrowException()
71 msg << vmsg; in ThrowException()
87 std::string vmsg; in ThrowWrappedException() local
88 StringAppendV(&vmsg, fmt, *args); in ThrowWrappedException()
89 msg << vmsg; in ThrowWrappedException()