UseFixed 694 src/arm/lithium-arm.cc LOperand* left = UseFixed(instr->left(), r1); UseFixed 695 src/arm/lithium-arm.cc LOperand* right = UseFixed(instr->right(), r0); UseFixed 759 src/arm/lithium-arm.cc LOperand* left_operand = UseFixed(left, r1); UseFixed 760 src/arm/lithium-arm.cc LOperand* right_operand = UseFixed(right, r0); UseFixed 942 src/arm/lithium-arm.cc new(zone()) LInstanceOf(UseFixed(instr->left(), r0), UseFixed 943 src/arm/lithium-arm.cc UseFixed(instr->right(), r1)); UseFixed 951 src/arm/lithium-arm.cc new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), r0), UseFixed 966 src/arm/lithium-arm.cc LOperand* function = UseFixed(instr->function(), r1); UseFixed 967 src/arm/lithium-arm.cc LOperand* receiver = UseFixed(instr->receiver(), r0); UseFixed 968 src/arm/lithium-arm.cc LOperand* length = UseFixed(instr->length(), r2); UseFixed 969 src/arm/lithium-arm.cc LOperand* elements = UseFixed(instr->elements(), r3); UseFixed 1028 src/arm/lithium-arm.cc LOperand* function = UseFixed(instr->function(), r1); UseFixed 1070 src/arm/lithium-arm.cc LOperand* key = UseFixed(instr->key(), r2); UseFixed 1094 src/arm/lithium-arm.cc LOperand* constructor = UseFixed(instr->constructor(), r1); UseFixed 1102 src/arm/lithium-arm.cc LOperand* function = UseFixed(instr->function(), r1); UseFixed 1143 src/arm/lithium-arm.cc LOperand* left = UseFixed(instr->left(), r1); UseFixed 1144 src/arm/lithium-arm.cc LOperand* right = UseFixed(instr->right(), r0); UseFixed 1169 src/arm/lithium-arm.cc LOperand* dividend = UseFixed(instr->left(), r0); UseFixed 1170 src/arm/lithium-arm.cc LOperand* divisor = UseFixed(instr->right(), r1); UseFixed 1371 src/arm/lithium-arm.cc UseFixed(instr->right(), r2); UseFixed 1382 src/arm/lithium-arm.cc LOperand* global_object = UseFixed(instr->global_object(), r0); UseFixed 1391 src/arm/lithium-arm.cc LOperand* left = UseFixed(instr->left(), r1); UseFixed 1392 src/arm/lithium-arm.cc LOperand* right = UseFixed(instr->right(), r0); UseFixed 1473 src/arm/lithium-arm.cc LOperand* left = UseFixed(instr->left(), r1); UseFixed 1474 src/arm/lithium-arm.cc LOperand* right = UseFixed(instr->right(), r0); UseFixed 1541 src/arm/lithium-arm.cc LOperand* object = UseFixed(instr->value(), r0); UseFixed 1563 src/arm/lithium-arm.cc LOperand* value = UseFixed(instr->value(), r0); UseFixed 1709 src/arm/lithium-arm.cc return new(zone()) LReturn(UseFixed(instr->value(), r0)); UseFixed 1737 src/arm/lithium-arm.cc LOperand* global_object = UseFixed(instr->global_object(), r0); UseFixed 1754 src/arm/lithium-arm.cc LOperand* global_object = UseFixed(instr->global_object(), r1); UseFixed 1755 src/arm/lithium-arm.cc LOperand* value = UseFixed(instr->value(), r0); UseFixed 1795 src/arm/lithium-arm.cc LOperand* obj = UseFixed(instr->object(), r0); UseFixed 1809 src/arm/lithium-arm.cc LOperand* object = UseFixed(instr->object(), r0); UseFixed 1883 src/arm/lithium-arm.cc LOperand* object = UseFixed(instr->object(), r1); UseFixed 1884 src/arm/lithium-arm.cc LOperand* key = UseFixed(instr->key(), r0); UseFixed 1953 src/arm/lithium-arm.cc LOperand* obj = UseFixed(instr->object(), r2); UseFixed 1954 src/arm/lithium-arm.cc LOperand* key = UseFixed(instr->key(), r1); UseFixed 1955 src/arm/lithium-arm.cc LOperand* val = UseFixed(instr->value(), r0); UseFixed 1976 src/arm/lithium-arm.cc LOperand* object = UseFixed(instr->object(), r0); UseFixed 2016 src/arm/lithium-arm.cc LOperand* obj = UseFixed(instr->object(), r1); UseFixed 2017 src/arm/lithium-arm.cc LOperand* val = UseFixed(instr->value(), r0); UseFixed 2086 src/arm/lithium-arm.cc LOperand* object = UseFixed(instr->object(), r0); UseFixed 2087 src/arm/lithium-arm.cc LOperand* key = UseFixed(instr->key(), r1); UseFixed 2142 src/arm/lithium-arm.cc LOperand* object = UseFixed(instr->value(), r0); UseFixed 2149 src/arm/lithium-arm.cc LTypeof* result = new(zone()) LTypeof(UseFixed(instr->value(), r0)); UseFixed 2255 src/arm/lithium-arm.cc LOperand* object = UseFixed(instr->enumerable(), r0); UseFixed 2292 src/arm/lithium-arm.h MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); UseFixed 718 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 719 src/ia32/lithium-ia32.cc LOperand* left = UseFixed(instr->left(), edx); UseFixed 720 src/ia32/lithium-ia32.cc LOperand* right = UseFixed(instr->right(), eax); UseFixed 738 src/ia32/lithium-ia32.cc right = UseFixed(right_value, ecx); UseFixed 784 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 785 src/ia32/lithium-ia32.cc LOperand* left_operand = UseFixed(left, edx); UseFixed 786 src/ia32/lithium-ia32.cc LOperand* right_operand = UseFixed(right, eax); UseFixed 972 src/ia32/lithium-ia32.cc LOperand* left = UseFixed(instr->left(), InstanceofStub::left()); UseFixed 973 src/ia32/lithium-ia32.cc LOperand* right = UseFixed(instr->right(), InstanceofStub::right()); UseFixed 974 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 984 src/ia32/lithium-ia32.cc UseFixed(instr->context(), esi), UseFixed 985 src/ia32/lithium-ia32.cc UseFixed(instr->left(), InstanceofStub::left()), UseFixed 1002 src/ia32/lithium-ia32.cc LOperand* function = UseFixed(instr->function(), edi); UseFixed 1003 src/ia32/lithium-ia32.cc LOperand* receiver = UseFixed(instr->receiver(), eax); UseFixed 1004 src/ia32/lithium-ia32.cc LOperand* length = UseFixed(instr->length(), ebx); UseFixed 1005 src/ia32/lithium-ia32.cc LOperand* elements = UseFixed(instr->elements(), ecx); UseFixed 1040 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1065 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1066 src/ia32/lithium-ia32.cc LOperand* function = UseFixed(instr->function(), edi); UseFixed 1084 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1118 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1119 src/ia32/lithium-ia32.cc LOperand* key = UseFixed(instr->key(), ecx); UseFixed 1127 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1135 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1149 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1150 src/ia32/lithium-ia32.cc LOperand* constructor = UseFixed(instr->constructor(), edi); UseFixed 1158 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1159 src/ia32/lithium-ia32.cc LOperand* function = UseFixed(instr->function(), edi); UseFixed 1168 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1201 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1202 src/ia32/lithium-ia32.cc LOperand* left = UseFixed(instr->left(), edx); UseFixed 1203 src/ia32/lithium-ia32.cc LOperand* right = UseFixed(instr->right(), eax); UseFixed 1228 src/ia32/lithium-ia32.cc LOperand* dividend = UseFixed(instr->left(), eax); UseFixed 1281 src/ia32/lithium-ia32.cc LOperand* dividend = UseFixed(instr->left(), eax); UseFixed 1306 src/ia32/lithium-ia32.cc LOperand* value = UseFixed(instr->left(), eax); UseFixed 1407 src/ia32/lithium-ia32.cc UseFixed(instr->right(), eax); UseFixed 1417 src/ia32/lithium-ia32.cc LOperand* global_object = UseFixed(instr->global_object(), eax); UseFixed 1426 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1427 src/ia32/lithium-ia32.cc LOperand* left = UseFixed(instr->left(), edx); UseFixed 1428 src/ia32/lithium-ia32.cc LOperand* right = UseFixed(instr->right(), eax); UseFixed 1515 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1516 src/ia32/lithium-ia32.cc LOperand* left = UseFixed(instr->left(), edx); UseFixed 1517 src/ia32/lithium-ia32.cc LOperand* right = UseFixed(instr->right(), eax); UseFixed 1588 src/ia32/lithium-ia32.cc LOperand* date = UseFixed(instr->value(), eax); UseFixed 1610 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1611 src/ia32/lithium-ia32.cc LOperand* value = UseFixed(instr->value(), eax); UseFixed 1749 src/ia32/lithium-ia32.cc LOperand* reg = UseFixed(value, eax); UseFixed 1753 src/ia32/lithium-ia32.cc LOperand* reg = UseFixed(value, eax); UseFixed 1764 src/ia32/lithium-ia32.cc return new(zone()) LReturn(UseFixed(instr->value(), eax)); UseFixed 1796 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1797 src/ia32/lithium-ia32.cc LOperand* global_object = UseFixed(instr->global_object(), edx); UseFixed 1812 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1813 src/ia32/lithium-ia32.cc LOperand* global_object = UseFixed(instr->global_object(), edx); UseFixed 1814 src/ia32/lithium-ia32.cc LOperand* value = UseFixed(instr->value(), eax); UseFixed 1856 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1857 src/ia32/lithium-ia32.cc LOperand* obj = UseFixed(instr->object(), edx); UseFixed 1872 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1873 src/ia32/lithium-ia32.cc LOperand* object = UseFixed(instr->object(), edx); UseFixed 1949 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 1950 src/ia32/lithium-ia32.cc LOperand* object = UseFixed(instr->object(), edx); UseFixed 1951 src/ia32/lithium-ia32.cc LOperand* key = UseFixed(instr->key(), ecx); UseFixed 2011 src/ia32/lithium-ia32.cc val = UseFixed(instr->value(), eax); UseFixed 2023 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2024 src/ia32/lithium-ia32.cc LOperand* object = UseFixed(instr->object(), edx); UseFixed 2025 src/ia32/lithium-ia32.cc LOperand* key = UseFixed(instr->key(), ecx); UseFixed 2026 src/ia32/lithium-ia32.cc LOperand* value = UseFixed(instr->value(), eax); UseFixed 2050 src/ia32/lithium-ia32.cc LOperand* object = UseFixed(instr->object(), eax); UseFixed 2095 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2096 src/ia32/lithium-ia32.cc LOperand* object = UseFixed(instr->object(), edx); UseFixed 2097 src/ia32/lithium-ia32.cc LOperand* value = UseFixed(instr->value(), eax); UseFixed 2106 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2140 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2148 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2155 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2162 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2169 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2176 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2183 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2215 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2242 src/ia32/lithium-ia32.cc LOperand* object = UseFixed(instr->value(), eax); UseFixed 2249 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2304 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2352 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2361 src/ia32/lithium-ia32.cc LOperand* context = UseFixed(instr->context(), esi); UseFixed 2362 src/ia32/lithium-ia32.cc LOperand* object = UseFixed(instr->enumerable(), eax); UseFixed 2392 src/ia32/lithium-ia32.h MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); UseFixed 694 src/mips/lithium-mips.cc LOperand* left = UseFixed(instr->left(), a1); UseFixed 695 src/mips/lithium-mips.cc LOperand* right = UseFixed(instr->right(), a0); UseFixed 759 src/mips/lithium-mips.cc LOperand* left_operand = UseFixed(left, a1); UseFixed 760 src/mips/lithium-mips.cc LOperand* right_operand = UseFixed(right, a0); UseFixed 941 src/mips/lithium-mips.cc new(zone()) LInstanceOf(UseFixed(instr->left(), a0), UseFixed 942 src/mips/lithium-mips.cc UseFixed(instr->right(), a1)); UseFixed 950 src/mips/lithium-mips.cc new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), a0), UseFixed 965 src/mips/lithium-mips.cc LOperand* function = UseFixed(instr->function(), a1); UseFixed 966 src/mips/lithium-mips.cc LOperand* receiver = UseFixed(instr->receiver(), a0); UseFixed 967 src/mips/lithium-mips.cc LOperand* length = UseFixed(instr->length(), a2); UseFixed 968 src/mips/lithium-mips.cc LOperand* elements = UseFixed(instr->elements(), a3); UseFixed 1027 src/mips/lithium-mips.cc LOperand* function = UseFixed(instr->function(), a1); UseFixed 1071 src/mips/lithium-mips.cc LOperand* key = UseFixed(instr->key(), a2); UseFixed 1095 src/mips/lithium-mips.cc LOperand* constructor = UseFixed(instr->constructor(), a1); UseFixed 1103 src/mips/lithium-mips.cc LOperand* function = UseFixed(instr->function(), a1); UseFixed 1144 src/mips/lithium-mips.cc LOperand* left = UseFixed(instr->left(), a1); UseFixed 1145 src/mips/lithium-mips.cc LOperand* right = UseFixed(instr->right(), a0); UseFixed 1170 src/mips/lithium-mips.cc LOperand* dividend = UseFixed(instr->left(), a0); UseFixed 1171 src/mips/lithium-mips.cc LOperand* divisor = UseFixed(instr->right(), a1); UseFixed 1308 src/mips/lithium-mips.cc UseFixed(instr->right(), a2); UseFixed 1319 src/mips/lithium-mips.cc LOperand* global_object = UseFixed(instr->global_object(), a0); UseFixed 1328 src/mips/lithium-mips.cc LOperand* left = UseFixed(instr->left(), a1); UseFixed 1329 src/mips/lithium-mips.cc LOperand* right = UseFixed(instr->right(), a0); UseFixed 1410 src/mips/lithium-mips.cc LOperand* left = UseFixed(instr->left(), a1); UseFixed 1411 src/mips/lithium-mips.cc LOperand* right = UseFixed(instr->right(), a0); UseFixed 1478 src/mips/lithium-mips.cc LOperand* object = UseFixed(instr->value(), a0); UseFixed 1500 src/mips/lithium-mips.cc LOperand* value = UseFixed(instr->value(), a0); UseFixed 1647 src/mips/lithium-mips.cc return new(zone()) LReturn(UseFixed(instr->value(), v0)); UseFixed 1675 src/mips/lithium-mips.cc LOperand* global_object = UseFixed(instr->global_object(), a0); UseFixed 1692 src/mips/lithium-mips.cc LOperand* global_object = UseFixed(instr->global_object(), a1); UseFixed 1693 src/mips/lithium-mips.cc LOperand* value = UseFixed(instr->value(), a0); UseFixed 1733 src/mips/lithium-mips.cc LOperand* obj = UseFixed(instr->object(), a0); UseFixed 1747 src/mips/lithium-mips.cc LOperand* object = UseFixed(instr->object(), a0); UseFixed 1822 src/mips/lithium-mips.cc LOperand* object = UseFixed(instr->object(), a1); UseFixed 1823 src/mips/lithium-mips.cc LOperand* key = UseFixed(instr->key(), a0); UseFixed 1893 src/mips/lithium-mips.cc LOperand* obj = UseFixed(instr->object(), a2); UseFixed 1894 src/mips/lithium-mips.cc LOperand* key = UseFixed(instr->key(), a1); UseFixed 1895 src/mips/lithium-mips.cc LOperand* val = UseFixed(instr->value(), a0); UseFixed 1916 src/mips/lithium-mips.cc LOperand* object = UseFixed(instr->object(), a0); UseFixed 1956 src/mips/lithium-mips.cc LOperand* obj = UseFixed(instr->object(), a1); UseFixed 1957 src/mips/lithium-mips.cc LOperand* val = UseFixed(instr->value(), a0); UseFixed 2026 src/mips/lithium-mips.cc LOperand* object = UseFixed(instr->object(), a0); UseFixed 2027 src/mips/lithium-mips.cc LOperand* key = UseFixed(instr->key(), a1); UseFixed 2082 src/mips/lithium-mips.cc LOperand* object = UseFixed(instr->value(), a0); UseFixed 2089 src/mips/lithium-mips.cc LTypeof* result = new(zone()) LTypeof(UseFixed(instr->value(), a0)); UseFixed 2195 src/mips/lithium-mips.cc LOperand* object = UseFixed(instr->enumerable(), a0); UseFixed 2254 src/mips/lithium-mips.h MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register); UseFixed 699 src/x64/lithium-x64.cc LOperand* left = UseFixed(instr->left(), rdx); UseFixed 700 src/x64/lithium-x64.cc LOperand* right = UseFixed(instr->right(), rax); UseFixed 718 src/x64/lithium-x64.cc right = UseFixed(right_value, rcx); UseFixed 764 src/x64/lithium-x64.cc LOperand* left_operand = UseFixed(left, rdx); UseFixed 765 src/x64/lithium-x64.cc LOperand* right_operand = UseFixed(right, rax); UseFixed 945 src/x64/lithium-x64.cc LOperand* left = UseFixed(instr->left(), rax); UseFixed 946 src/x64/lithium-x64.cc LOperand* right = UseFixed(instr->right(), rdx); UseFixed 955 src/x64/lithium-x64.cc new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), rax), UseFixed 970 src/x64/lithium-x64.cc LOperand* function = UseFixed(instr->function(), rdi); UseFixed 971 src/x64/lithium-x64.cc LOperand* receiver = UseFixed(instr->receiver(), rax); UseFixed 972 src/x64/lithium-x64.cc LOperand* length = UseFixed(instr->length(), rbx); UseFixed 973 src/x64/lithium-x64.cc LOperand* elements = UseFixed(instr->elements(), rcx); UseFixed 1031 src/x64/lithium-x64.cc LOperand* function = UseFixed(instr->function(), rdi); UseFixed 1068 src/x64/lithium-x64.cc LOperand* key = UseFixed(instr->key(), rcx); UseFixed 1094 src/x64/lithium-x64.cc LOperand* constructor = UseFixed(instr->constructor(), rdi); UseFixed 1102 src/x64/lithium-x64.cc LOperand* function = UseFixed(instr->function(), rdi); UseFixed 1143 src/x64/lithium-x64.cc LOperand* left = UseFixed(instr->left(), rdx); UseFixed 1144 src/x64/lithium-x64.cc LOperand* right = UseFixed(instr->right(), rax); UseFixed 1168 src/x64/lithium-x64.cc LOperand* dividend = UseFixed(instr->left(), rax); UseFixed 1244 src/x64/lithium-x64.cc LOperand* value = UseFixed(instr->left(), rax); UseFixed 1343 src/x64/lithium-x64.cc UseFixed(instr->right(), rdx); UseFixed 1345 src/x64/lithium-x64.cc UseFixed(instr->right(), rdi); UseFixed 1357 src/x64/lithium-x64.cc LOperand* global_object = UseFixed(instr->global_object(), rcx); UseFixed 1359 src/x64/lithium-x64.cc LOperand* global_object = UseFixed(instr->global_object(), rdi); UseFixed 1369 src/x64/lithium-x64.cc LOperand* left = UseFixed(instr->left(), rdx); UseFixed 1370 src/x64/lithium-x64.cc LOperand* right = UseFixed(instr->right(), rax); UseFixed 1459 src/x64/lithium-x64.cc LOperand* left = UseFixed(instr->left(), rdx); UseFixed 1460 src/x64/lithium-x64.cc LOperand* right = UseFixed(instr->right(), rax); UseFixed 1529 src/x64/lithium-x64.cc LOperand* object = UseFixed(instr->value(), rax); UseFixed 1550 src/x64/lithium-x64.cc LOperand* value = UseFixed(instr->value(), rax); UseFixed 1684 src/x64/lithium-x64.cc return new(zone()) LReturn(UseFixed(instr->value(), rax)); UseFixed 1713 src/x64/lithium-x64.cc LOperand* global_object = UseFixed(instr->global_object(), rax); UseFixed 1730 src/x64/lithium-x64.cc LOperand* global_object = UseFixed(instr->global_object(), rdx); UseFixed 1731 src/x64/lithium-x64.cc LOperand* value = UseFixed(instr->value(), rax); UseFixed 1775 src/x64/lithium-x64.cc LOperand* obj = UseFixed(instr->object(), rax); UseFixed 1789 src/x64/lithium-x64.cc LOperand* object = UseFixed(instr->object(), rax); UseFixed 1863 src/x64/lithium-x64.cc LOperand* object = UseFixed(instr->object(), rdx); UseFixed 1864 src/x64/lithium-x64.cc LOperand* key = UseFixed(instr->key(), rax); UseFixed 1932 src/x64/lithium-x64.cc LOperand* object = UseFixed(instr->object(), rdx); UseFixed 1933 src/x64/lithium-x64.cc LOperand* key = UseFixed(instr->key(), rcx); UseFixed 1934 src/x64/lithium-x64.cc LOperand* value = UseFixed(instr->value(), rax); UseFixed 1958 src/x64/lithium-x64.cc LOperand* object = UseFixed(instr->object(), rax); UseFixed 2000 src/x64/lithium-x64.cc LOperand* object = UseFixed(instr->object(), rdx); UseFixed 2001 src/x64/lithium-x64.cc LOperand* value = UseFixed(instr->value(), rax); UseFixed 2125 src/x64/lithium-x64.cc LOperand* object = UseFixed(instr->value(), rax); UseFixed 2238 src/x64/lithium-x64.cc LOperand* object = UseFixed(instr->enumerable(), rax); UseFixed 2245 src/x64/lithium-x64.h MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);