Searched refs:allocation_index (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.cc54 void LOsrEntry::MarkSpilledRegister(int allocation_index, argument
57 ASSERT(register_spills_[allocation_index] == NULL);
58 register_spills_[allocation_index] = spill_operand;
84 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index, argument
87 ASSERT(double_register_spills_[allocation_index] == NULL);
88 double_register_spills_[allocation_index] = spill_operand;
H A Dlithium-arm.h2095 void MarkSpilledRegister(int allocation_index, LOperand* spill_operand);
2096 void MarkSpilledDoubleRegister(int allocation_index,
/external/v8/src/mips/
H A Dlithium-mips.cc54 void LOsrEntry::MarkSpilledRegister(int allocation_index, argument
57 ASSERT(register_spills_[allocation_index] == NULL);
58 register_spills_[allocation_index] = spill_operand;
84 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index, argument
87 ASSERT(double_register_spills_[allocation_index] == NULL);
88 double_register_spills_[allocation_index] = spill_operand;
H A Dlithium-mips.h2075 void MarkSpilledRegister(int allocation_index, LOperand* spill_operand);
2076 void MarkSpilledDoubleRegister(int allocation_index,
/external/v8/src/x64/
H A Dlithium-x64.cc56 void LOsrEntry::MarkSpilledRegister(int allocation_index, argument
59 ASSERT(register_spills_[allocation_index] == NULL);
60 register_spills_[allocation_index] = spill_operand;
64 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index, argument
67 ASSERT(double_register_spills_[allocation_index] == NULL);
68 double_register_spills_[allocation_index] = spill_operand;
H A Dlithium-x64.h2065 void MarkSpilledRegister(int allocation_index, LOperand* spill_operand);
2066 void MarkSpilledDoubleRegister(int allocation_index,
/external/v8/src/
H A Dlithium-allocator.h590 const char* RegisterName(int allocation_index);
H A Dlithium-allocator.cc1592 const char* LAllocator::RegisterName(int allocation_index) { argument
1594 return Register::AllocationIndexToString(allocation_index);
1596 return DoubleRegister::AllocationIndexToString(allocation_index);
/external/v8/src/ia32/
H A Dlithium-ia32.cc56 void LOsrEntry::MarkSpilledRegister(int allocation_index, argument
59 ASSERT(register_spills_[allocation_index] == NULL);
60 register_spills_[allocation_index] = spill_operand;
64 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index, argument
67 ASSERT(double_register_spills_[allocation_index] == NULL);
68 double_register_spills_[allocation_index] = spill_operand;
H A Dlithium-ia32.h2177 void MarkSpilledRegister(int allocation_index, LOperand* spill_operand);
2178 void MarkSpilledDoubleRegister(int allocation_index,

Completed in 277 milliseconds