Home | History | Annotate | Download | only in x64

Lines Matching defs:string

180   stream->Add(" %s ", Token::String(op()));
354 stream->Add(String::cast(*name())->ToCString().get());
1745 LOperand* string = UseRegisterAtStart(instr->string());
1747 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index));
1752 LOperand* string = UseRegisterAtStart(instr->string());
1760 LInstruction* result = new(zone()) LSeqStringSetChar(context, string,
2371 LOperand* string = UseTempRegister(instr->string());
2375 new(zone()) LStringCharCodeAt(context, string, index);