Searched refs:AllocateFixed (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 583 InstructionOperand* RegisterAllocator::AllocateFixed( in AllocateFixed() function in v8::internal::compiler::RegisterAllocator 767 AllocateFixed(output, -1, false); in MeetRegisterConstraintsForLastInstructionInBlock() 822 AllocateFixed(temp, gap_index - 1, false); in MeetConstraintsBetween() 842 AllocateFixed(first_output, gap_index, is_tagged); in MeetConstraintsBetween() 881 AllocateFixed(cur_input, gap_index + 1, is_tagged); in MeetConstraintsBetween()
|
D | register-allocator.h | 398 InstructionOperand* AllocateFixed(UnallocatedOperand* operand, int pos,
|
/external/v8/src/ |
D | lithium-allocator.h | 408 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
|
D | lithium-allocator.cc | 593 LOperand* LAllocator::AllocateFixed(LUnallocated* operand, in AllocateFixed() function in v8::internal::LAllocator 777 AllocateFixed(temp, gap_index - 1, false); in MeetConstraintsBetween() 791 AllocateFixed(first_output, gap_index, is_tagged); in MeetConstraintsBetween() 825 AllocateFixed(cur_input, gap_index + 1, is_tagged); in MeetConstraintsBetween()
|