Lines Matching defs:string
100 stream->Add(" %s ", Token::String(op()));
277 stream->Add(String::cast(*name())->ToCString().get());
1933 LOperand* stringstring());
1937 new(zone()) LSeqStringGetChar(string, index, temp);
1943 LOperand* string = UseRegister(instr->string());
1951 new(zone()) LSeqStringSetChar(context, string, index, value, temp);
2294 LOperand* string = UseRegisterAndClobber(instr->string());
2298 new(zone()) LStringCharCodeAt(context, string, index);