Home | History | Annotate | Download | only in x64

Lines Matching defs:string

1001   DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1056 "string-compare-and-branch")
1323 LSeqStringGetChar(LOperand* string, LOperand* index) {
1324 inputs_[0] = string;
1328 LOperand* string() const { return inputs_[0]; }
1331 DECLARE_CONCRETE_INSTRUCTION(SeqStringGetChar, "seq-string-get-char")
1339 LOperand* string,
1343 inputs_[1] = string;
1348 LOperand* string() { return inputs_[1]; }
1352 DECLARE_CONCRETE_INSTRUCTION(SeqStringSetChar, "seq-string-set-char")
2182 DECLARE_CONCRETE_INSTRUCTION(StringAdd, "string-add")
2189 LStringCharCodeAt(LOperand* context, LOperand* string, LOperand* index) {
2191 inputs_[1] = string;
2196 LOperand* string() { return inputs_[1]; }
2199 DECLARE_CONCRETE_INSTRUCTION(StringCharCodeAt, "string-char-code-at")
2214 DECLARE_CONCRETE_INSTRUCTION(StringCharFromCode, "string-char-from-code")
2403 Handle<String> type_literal() { return hydrogen()->type_literal(); }