Home | History | Annotate | Download | only in arm

Lines Matching refs:UseFixed

458 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
699 LOperand* left = UseFixed(instr->left(), r1);
700 LOperand* right = UseFixed(instr->right(), r0);
777 LOperand* left_operand = UseFixed(left, r1);
778 LOperand* right_operand = UseFixed(right, r0);
1043 new(zone()) LInstanceOf(UseFixed(instr->left(), r0),
1044 UseFixed(instr->right(), r1));
1052 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), r0),
1073 LOperand* function = UseFixed(instr->function(), r1);
1074 LOperand* receiver = UseFixed(instr->receiver(), r0);
1075 LOperand* length = UseFixed(instr->length(), r2);
1076 LOperand* elements = UseFixed(instr->elements(), r3);
1151 LOperand* function = UseFixed(instr->function(), r1);
1257 LOperand* key = UseFixed(instr->key(), r2);
1281 LOperand* constructor = UseFixed(instr->constructor(), r1);
1289 LOperand* constructor = UseFixed(instr->constructor(), r1);
1297 LOperand* function = UseFixed(instr->function(), r1);
1343 LOperand* left = UseFixed(instr->left(), r1);
1344 LOperand* right = UseFixed(instr->right(), r0);
1681 UseFixed(instr->right(), r2);
1692 LOperand* global_object = UseFixed(instr->global_object(), r0);
1701 LOperand* left = UseFixed(instr->left(), r1);
1702 LOperand* right = UseFixed(instr->right(), r0);
1777 LOperand* left = UseFixed(instr->left(), r1);
1778 LOperand* right = UseFixed(instr->right(), r0);
1838 LOperand* object = UseFixed(instr->value(), r0);
1870 LOperand* value = UseFixed(instr->value(), r0);
2063 return new(zone()) LReturn(UseFixed(instr->value(), r0),
2096 LOperand* global_object = UseFixed(instr->global_object(), r0);
2113 LOperand* global_object = UseFixed(instr->global_object(), r1);
2114 LOperand* value = UseFixed(instr->value(), r0);
2151 LOperand* object = UseFixed(instr->object(), r0);
2208 LOperand* object = UseFixed(instr->object(), r1);
2209 LOperand* key = UseFixed(instr->key(), r0);
2263 LOperand* obj = UseFixed(instr->object(), r2);
2264 LOperand* key = UseFixed(instr->key(), r1);
2265 LOperand* val = UseFixed(instr->value(), r0);
2344 LOperand* obj = UseFixed(instr->object(), r1);
2345 LOperand* val = UseFixed(instr->value(), r0);
2469 LOperand* object = UseFixed(instr->value(), r0);
2476 LTypeof* result = new(zone()) LTypeof(UseFixed(instr->value(), r0));
2576 LOperand* object = UseFixed(instr->enumerable(), r0);