Searched refs:AllocateFixed (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium-allocator.h | 408 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
|
D | lithium-allocator.cc | 594 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, in AllocateFixed() function in v8::internal::LAllocator 778 AllocateFixed(temp, gap_index - 1, false); in MeetConstraintsBetween() 792 AllocateFixed(first_output, gap_index, is_tagged); in MeetConstraintsBetween() 826 AllocateFixed(cur_input, gap_index + 1, is_tagged); in MeetConstraintsBetween()
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 1588 InstructionOperand* ConstraintBuilder::AllocateFixed( in AllocateFixed() function in v8::internal::compiler::ConstraintBuilder 1657 AllocateFixed(output, -1, false); in MeetRegisterConstraintsForLastInstructionInBlock() 1696 if (temp->HasFixedPolicy()) AllocateFixed(temp, instr_index, false); in MeetConstraintsAfter() 1721 AllocateFixed(first_output, instr_index, is_tagged); in MeetConstraintsAfter() 1758 AllocateFixed(cur_input, instr_index, is_tagged); in MeetConstraintsBefore()
|
D | register-allocator.h | 872 InstructionOperand* AllocateFixed(UnallocatedOperand* operand, int pos,
|