Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc52 std::string vmsg; in ThrowException() local
53 StringAppendV(&vmsg, fmt, *args); in ThrowException()
54 msg << vmsg; in ThrowException()
68 std::string vmsg; in ThrowWrappedException() local
69 StringAppendV(&vmsg, fmt, *args); in ThrowWrappedException()
70 msg << vmsg; in ThrowWrappedException()