Likely8Bit 54 Source/core/html/parser/CompactHTMLToken.cpp m_data = attemptStaticStringCreation(token->name(), Likely8Bit); Likely8Bit 58 Source/core/html/parser/CompactHTMLToken.cpp m_attributes.append(Attribute(attemptStaticStringCreation(token->publicIdentifier(), Likely8Bit), String(token->systemIdentifier()))); Likely8Bit 67 Source/core/html/parser/CompactHTMLToken.cpp m_attributes.append(Attribute(attemptStaticStringCreation(it->name, Likely8Bit), StringImpl::create8BitIfPossible(it->value))); Likely8Bit 59 Source/core/html/parser/HTMLMetaCharsetParser.cpp String attributeName = attemptStaticStringCreation(iter->name, Likely8Bit); Likely8Bit 100 Source/core/html/parser/HTMLMetaCharsetParser.cpp String tagName = attemptStaticStringCreation(m_token.name(), Likely8Bit); Likely8Bit 408 Source/core/html/parser/HTMLParserIdioms.cpp if (width == Likely8Bit) Likely8Bit 417 Source/core/html/parser/HTMLPreloadScanner.cpp m_tokenizer->updateStateFor(attemptStaticStringCreation(m_token.name(), Likely8Bit)); Likely8Bit 56 Source/core/html/parser/HTMLViewSourceParser.cpp m_tokenizer->updateStateFor(attemptStaticStringCreation(m_token.name(), Likely8Bit));