Home | History | Annotate | Download | only in x64

Lines Matching defs:string

192   stream->Add(" %s ", Token::String(op()));
387 stream->Add(*String::cast(*name())->ToCString());
1790 LOperand* string = UseRegisterAtStart(instr->string());
1792 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index));
1797 LOperand* string = UseRegisterAtStart(instr->string());
1805 LInstruction* result = new(zone()) LSeqStringSetChar(context, string,
2374 LOperand* string = UseTempRegister(instr->string());
2378 new(zone()) LStringCharCodeAt(context, string, index);