Lines Matching defs:string
991 DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1042 "string-compare-and-branch")
1309 LSeqStringGetChar(LOperand* string, LOperand* index) {
1310 inputs_[0] = string;
1314 LOperand* string() const { return inputs_[0]; }
1317 DECLARE_CONCRETE_INSTRUCTION(SeqStringGetChar, "seq-string-get-char")
1324 LSeqStringSetChar(LOperand* context, LOperand* string, LOperand* index,
1327 inputs_[1] = string;
1332 LOperand* string() { return inputs_[1]; }
1336 DECLARE_CONCRETE_INSTRUCTION(SeqStringSetChar, "seq-string-set-char")
2124 DECLARE_CONCRETE_INSTRUCTION(StringAdd, "string-add")
2131 LStringCharCodeAt(LOperand* context, LOperand* string, LOperand* index) {
2133 inputs_[1] = string;
2138 LOperand* string() { return inputs_[1]; }
2141 DECLARE_CONCRETE_INSTRUCTION(StringCharCodeAt, "string-char-code-at")
2156 DECLARE_CONCRETE_INSTRUCTION(StringCharFromCode, "string-char-from-code")
2336 Handle<String> type_literal() { return hydrogen()->type_literal(); }