Searched defs:spill_operand (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dlithium-allocator.cc1459 LOperand* spill_operand = range->TopLevel()->GetSpillOperand(); local
1461 instruction->MarkSpilledDoubleRegister(reg_index, spill_operand);
1463 instruction->MarkSpilledRegister(reg_index, spill_operand);
/external/v8/src/arm/
H A Dlithium-arm.cc55 LOperand* spill_operand) {
56 ASSERT(spill_operand->IsStackSlot());
58 register_spills_[allocation_index] = spill_operand;
85 LOperand* spill_operand) {
86 ASSERT(spill_operand->IsDoubleStackSlot());
88 double_register_spills_[allocation_index] = spill_operand;
54 MarkSpilledRegister(int allocation_index, LOperand* spill_operand) argument
84 MarkSpilledDoubleRegister(int allocation_index, LOperand* spill_operand) argument
/external/v8/src/ia32/
H A Dlithium-ia32.cc57 LOperand* spill_operand) {
58 ASSERT(spill_operand->IsStackSlot());
60 register_spills_[allocation_index] = spill_operand;
65 LOperand* spill_operand) {
66 ASSERT(spill_operand->IsDoubleStackSlot());
68 double_register_spills_[allocation_index] = spill_operand;
56 MarkSpilledRegister(int allocation_index, LOperand* spill_operand) argument
64 MarkSpilledDoubleRegister(int allocation_index, LOperand* spill_operand) argument
/external/v8/src/mips/
H A Dlithium-mips.cc55 LOperand* spill_operand) {
56 ASSERT(spill_operand->IsStackSlot());
58 register_spills_[allocation_index] = spill_operand;
85 LOperand* spill_operand) {
86 ASSERT(spill_operand->IsDoubleStackSlot());
88 double_register_spills_[allocation_index] = spill_operand;
54 MarkSpilledRegister(int allocation_index, LOperand* spill_operand) argument
84 MarkSpilledDoubleRegister(int allocation_index, LOperand* spill_operand) argument
/external/v8/src/x64/
H A Dlithium-x64.cc57 LOperand* spill_operand) {
58 ASSERT(spill_operand->IsStackSlot());
60 register_spills_[allocation_index] = spill_operand;
65 LOperand* spill_operand) {
66 ASSERT(spill_operand->IsDoubleStackSlot());
68 double_register_spills_[allocation_index] = spill_operand;
56 MarkSpilledRegister(int allocation_index, LOperand* spill_operand) argument
64 MarkSpilledDoubleRegister(int allocation_index, LOperand* spill_operand) argument

Completed in 72 milliseconds