Home | History | Annotate | Download | only in x87

Lines Matching defs:string

1001   DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1054 "string-compare-and-branch")
1316 LSeqStringGetChar(LOperand* string, LOperand* index) {
1317 inputs_[0] = string;
1321 LOperand* string() const { return inputs_[0]; }
1324 DECLARE_CONCRETE_INSTRUCTION(SeqStringGetChar, "seq-string-get-char")
1332 LOperand* string,
1336 inputs_[1] = string;
1341 LOperand* string() { return inputs_[1]; }
1345 DECLARE_CONCRETE_INSTRUCTION(SeqStringSetChar, "seq-string-set-char")
2178 DECLARE_CONCRETE_INSTRUCTION(StringAdd, "string-add")
2185 LStringCharCodeAt(LOperand* context, LOperand* string, LOperand* index) {
2187 inputs_[1] = string;
2192 LOperand* string() { return inputs_[1]; }
2195 DECLARE_CONCRETE_INSTRUCTION(StringCharCodeAt, "string-char-code-at")
2210 DECLARE_CONCRETE_INSTRUCTION(StringCharFromCode, "string-char-from-code")
2414 Handle<String> type_literal() { return hydrogen()->type_literal(); }