Lines Matching defs:string
919 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
967 "string-compare-and-branch")
1216 LSeqStringGetChar(LOperand* string, LOperand* index) {
1217 inputs_[0] = string;
1221 LOperand* string() const { return inputs_[0]; }
1224 DECLARE_CONCRETE_INSTRUCTION(SeqStringGetChar, "seq-string-get-char")
1230 LSeqStringSetChar(LOperand* context, LOperand* string, LOperand* index,
1233 inputs_[1] = string;
1238 LOperand* string() { return inputs_[1]; }
1242 DECLARE_CONCRETE_INSTRUCTION(SeqStringSetChar, "seq-string-set-char")
1987 DECLARE_CONCRETE_INSTRUCTION(StringAdd, "string-add")
1993 LStringCharCodeAt(LOperand* context, LOperand* string, LOperand* index) {
1995 inputs_[1] = string;
2000 LOperand* string() { return inputs_[1]; }
2003 DECLARE_CONCRETE_INSTRUCTION(StringCharCodeAt, "string-char-code-at")
2017 DECLARE_CONCRETE_INSTRUCTION(StringCharFromCode, "string-char-from-code")
2184 Handle<String> type_literal() { return hydrogen()->type_literal(); }