Lines Matching defs:string
186 stream->Add(" %s ", Token::String(op()));
357 stream->Add(String::cast(*name())->ToCString().get());
1740 LOperand* string = UseRegisterAtStart(instr->string());
1742 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index));
1747 if (instr->encoding() == String::ONE_BYTE_ENCODING) {
1764 LOperand* string = UseRegisterAtStart(instr->string());
1770 LInstruction* result = new(zone()) LSeqStringSetChar(context, string,
2366 LOperand* string = UseTempRegister(instr->string());
2370 new(zone()) LStringCharCodeAt(context, string, index);