Searched defs:UseFixed (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc458 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
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(inst
[all...]
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc508 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
752 LOperand* context = UseFixed(instr->context(), esi);
753 LOperand* left = UseFixed(instr->left(), edx);
754 LOperand* right = UseFixed(instr->right(), eax);
783 right = UseFixed(right_value, ecx);
831 LOperand* context = UseFixed(instr->context(), esi);
832 LOperand* left_operand = UseFixed(left, edx);
833 LOperand* right_operand = UseFixed(right, eax);
1108 LOperand* left = UseFixed(instr->left(), InstanceofStub::left());
1109 LOperand* right = UseFixed(inst
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc463 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
704 LOperand* left = UseFixed(instr->left(), a1);
705 LOperand* right = UseFixed(instr->right(), a0);
782 LOperand* left_operand = UseFixed(left, a1);
783 LOperand* right_operand = UseFixed(right, a0);
1043 new(zone()) LInstanceOf(UseFixed(instr->left(), a0),
1044 UseFixed(instr->right(), a1));
1052 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), a0),
1073 LOperand* function = UseFixed(instr->function(), a1);
1074 LOperand* receiver = UseFixed(inst
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc464 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
708 LOperand* left = UseFixed(instr->left(), rdx);
709 LOperand* right = UseFixed(instr->right(), rax);
727 right = UseFixed(right_value, rcx);
776 LOperand* left_operand = UseFixed(left, rdx);
777 LOperand* right_operand = UseFixed(right, rax);
1041 LOperand* left = UseFixed(instr->left(), rax);
1042 LOperand* right = UseFixed(instr->right(), rdx);
1051 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), rax),
1072 LOperand* function = UseFixed(inst
[all...]
/external/v8/src/arm/
H A Dlithium-arm.cc596 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
839 LOperand* left = UseFixed(instr->left(), r1);
840 LOperand* right = UseFixed(instr->right(), r0);
904 LOperand* left_operand = UseFixed(left, r1);
905 LOperand* right_operand = UseFixed(right, r0);
1086 new(zone()) LInstanceOf(UseFixed(instr->left(), r0),
1087 UseFixed(instr->right(), r1));
1095 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), r0),
1110 LOperand* function = UseFixed(instr->function(), r1);
1111 LOperand* receiver = UseFixed(inst
[all...]
/external/v8/src/ia32/
H A Dlithium-ia32.cc591 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
838 LOperand* context = UseFixed(instr->context(), esi);
839 LOperand* left = UseFixed(instr->left(), edx);
840 LOperand* right = UseFixed(instr->right(), eax);
858 right = UseFixed(right_value, ecx);
904 LOperand* context = UseFixed(instr->context(), esi);
905 LOperand* left_operand = UseFixed(left, edx);
906 LOperand* right_operand = UseFixed(right, eax);
1091 LOperand* left = UseFixed(instr->left(), InstanceofStub::left());
1092 LOperand* right = UseFixed(inst
[all...]
/external/v8/src/mips/
H A Dlithium-mips.cc596 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
839 LOperand* left = UseFixed(instr->left(), a1);
840 LOperand* right = UseFixed(instr->right(), a0);
904 LOperand* left_operand = UseFixed(left, a1);
905 LOperand* right_operand = UseFixed(right, a0);
1085 new(zone()) LInstanceOf(UseFixed(instr->left(), a0),
1086 UseFixed(instr->right(), a1));
1094 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), a0),
1109 LOperand* function = UseFixed(instr->function(), a1);
1110 LOperand* receiver = UseFixed(inst
[all...]
/external/v8/src/x64/
H A Dlithium-x64.cc589 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
834 LOperand* left = UseFixed(instr->left(), rdx);
835 LOperand* right = UseFixed(instr->right(), rax);
853 right = UseFixed(right_value, rcx);
899 LOperand* left_operand = UseFixed(left, rdx);
900 LOperand* right_operand = UseFixed(right, rax);
1079 LOperand* left = UseFixed(instr->left(), rax);
1080 LOperand* right = UseFixed(instr->right(), rdx);
1089 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->left(), rax),
1104 LOperand* function = UseFixed(inst
[all...]

Completed in 98 milliseconds