Home | History | Annotate | Download | only in driver

Lines Matching full:oss2

140         std::ostringstream oss2;
141 oss2 << static_cast<InvokeType>(i) << " methods made direct";
144 oss2.str().c_str());
147 std::ostringstream oss2;
148 oss2 << static_cast<InvokeType>(i) << " method calls are direct into boot";
151 oss2.str().c_str());
154 std::ostringstream oss2;
155 oss2 << static_cast<InvokeType>(i) << " method calls have methods in boot";
158 oss2.str().c_str());