Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.cc51 std::string vmsg; in ThrowException() local
52 StringAppendV(&vmsg, fmt, *args); in ThrowException()
53 msg << vmsg; in ThrowException()
73 std::string vmsg; in ThrowWrappedException() local
74 StringAppendV(&vmsg, fmt, *args); in ThrowWrappedException()
75 msg << vmsg; in ThrowWrappedException()