Lines Matching refs:str
147 std::stringstream str;
148 str << "MemoryOptimizer could not remove write barrier for node #"
150 str << " Run mksnapshot with --csa-trap-on-node=" << name << ","
161 str << "\n There is a potentially allocating node in between:\n";
162 str << " " << *allocating_node << "\n";
163 str << " Run mksnapshot with --csa-trap-on-node=" << name << ","
166 str << " If this is a never-allocating runtime call, you can add an "
170 str << "\n It seems the store happened to something different than a "
173 str << " " << *object << "\n";
174 str << " Run mksnapshot with --csa-trap-on-node=" << name << ","
177 FATAL("%s", str.str().c_str());