Home
last modified time | relevance | path

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

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