Home
last modified time | relevance | path

Searched refs:AllocateFixed (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.cc583 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()
Dregister-allocator.h398 InstructionOperand* AllocateFixed(UnallocatedOperand* operand, int pos,
/external/v8/src/
Dlithium-allocator.h408 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
Dlithium-allocator.cc593 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()