Home
last modified time | relevance | path

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

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