Home | History | Annotate | Download | only in ia32

Lines Matching defs:string

1007   DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1060 "string-compare-and-branch")
1328 LSeqStringGetChar(LOperand* string, LOperand* index) {
1329 inputs_[0] = string;
1333 LOperand* string() const { return inputs_[0]; }
1336 DECLARE_CONCRETE_INSTRUCTION(SeqStringGetChar, "seq-string-get-char")
1344 LOperand* string,
1348 inputs_[1] = string;
1353 LOperand* string() { return inputs_[1]; }
1357 DECLARE_CONCRETE_INSTRUCTION(SeqStringSetChar, "seq-string-set-char")
2192 DECLARE_CONCRETE_INSTRUCTION(StringAdd, "string-add")
2199 LStringCharCodeAt(LOperand* context, LOperand* string, LOperand* index) {
2201 inputs_[1] = string;
2206 LOperand* string() { return inputs_[1]; }
2209 DECLARE_CONCRETE_INSTRUCTION(StringCharCodeAt, "string-char-code-at")
2224 DECLARE_CONCRETE_INSTRUCTION(StringCharFromCode, "string-char-from-code")
2418 Handle<String> type_literal() { return hydrogen()->type_literal(); }