Lines Matching defs:oss
644 std::ostringstream oss;
645 obj->Dump(oss);
646 LOG_ECMA(ERROR) << "RuntimeDump: " << oss.str();
659 std::ostringstream oss;
661 value.Dump(oss);
662 LOG_ECMA(INFO) << "dump log for read-only crash " << oss.str();
947 std::ostringstream oss;
948 target->Dump(oss);
949 LOG_ECMA(INFO) << "dump log for instance of target: " << oss.str();
2057 std::stringstream oss;
2058 value.DumpTaggedValueType(oss);
2060 ClassHelper::StaticFieldTypeToString(shareFieldType.GetInt()) << ", actual type: " << oss.str();
2849 std::ostringstream oss;
2850 receiver->Dump(oss);
2851 LOG_ECMA(ERROR) << "Verify VTable Load Failed, receiver: " << oss.str();
2852 oss.str("");
2857 typedPathValue->Dump(oss);
2858 LOG_ECMA(ERROR) << "Verify VTable Load Failed, typed path value: " << oss.str();
2859 oss.str("");
2861 verifiedPathValue->Dump(oss);
2862 LOG_ECMA(ERROR) << "Verify VTable Load Failed, verified path value: " << oss.str();
2877 std::ostringstream oss;
2878 receiver->Dump(oss);
2879 LOG_ECMA(ERROR) << "Verify VTable Store Failed, receiver: " << oss.str();
2880 oss.str("");
2885 storeValue->Dump(oss);
2886 LOG_ECMA(ERROR) << "Verify VTable Store Failed, typed path store value: " << oss.str();
2887 oss.str("");
2889 verifiedValue->Dump(oss);
2890 LOG_ECMA(ERROR) << "Verify VTable Store Failed, verified path load value: " << oss.str();