Searched defs:allocation_index (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dlithium-allocator.cc1605 const char* LAllocator::RegisterName(int allocation_index) { argument
1607 return Register::AllocationIndexToString(allocation_index);
1609 return DoubleRegister::AllocationIndexToString(allocation_index);
/external/v8/src/
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/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;
/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;
/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;
/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;

Completed in 196 milliseconds