Lines Matching defs:msg
222 std::string msg;223 msg += resClass->descriptor;224 msg += ".";225 msg += name;226 dvmThrowNoSuchMethodError(msg.c_str());343 std::string msg;344 msg += resClass->descriptor;345 msg += ".";346 msg += methodName;347 dvmThrowNoSuchMethodError(msg.c_str());