Lines Matching full:char_code
3856 HStringCharCodeAt* char_code = BuildStringCharCodeAt(string, index);
3857 AddInstruction(char_code);
3858 instr = new(zone()) HStringCharFromCode(char_code);
4243 HStringCharCodeAt* char_code = BuildStringCharCodeAt(string, index);
4245 ast_context()->ReturnInstruction(char_code, expr->id());
4248 AddInstruction(char_code);
4250 new(zone()) HStringCharFromCode(char_code);
5357 HValue* char_code = Pop();
5358 HStringCharFromCode* result = new(zone()) HStringCharFromCode(char_code);
5370 HStringCharCodeAt* char_code = BuildStringCharCodeAt(string, index);
5371 AddInstruction(char_code);
5372 HStringCharFromCode* result = new(zone()) HStringCharFromCode(char_code);