Home | History | Annotate | Download | only in arm

Lines Matching defs:string

999   DECLARE_CONCRETE_INSTRUCTION(IsStringAndBranch, "is-string-and-branch")
1052 "string-compare-and-branch")
1326 LSeqStringGetChar(LOperand* string, LOperand* index) {
1327 inputs_[0] = string;
1331 LOperand* string() const { return inputs_[0]; }
1334 DECLARE_CONCRETE_INSTRUCTION(SeqStringGetChar, "seq-string-get-char")
1342 LOperand* string,
1346 inputs_[1] = string;
1351 LOperand* string() { return inputs_[1]; }
1355 DECLARE_CONCRETE_INSTRUCTION(SeqStringSetChar, "seq-string-set-char")
2179 DECLARE_CONCRETE_INSTRUCTION(StringAdd, "string-add")
2186 LStringCharCodeAt(LOperand* context, LOperand* string, LOperand* index) {
2188 inputs_[1] = string;
2193 LOperand* string() { return inputs_[1]; }
2196 DECLARE_CONCRETE_INSTRUCTION(StringCharCodeAt, "string-char-code-at")
2211 DECLARE_CONCRETE_INSTRUCTION(StringCharFromCode, "string-char-from-code")
2406 Handle<String> type_literal() { return hydrogen()->type_literal(); }