Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc1593 InstructionOperand* ConstraintBuilder::AllocateFixed( in AllocateFixed() function in v8::internal::compiler::ConstraintBuilder
1664 AllocateFixed(output, -1, false); in MeetRegisterConstraintsForLastInstructionInBlock()
1704 if (temp->HasFixedPolicy()) AllocateFixed(temp, instr_index, false); in MeetConstraintsAfter()
1730 AllocateFixed(first_output, instr_index, is_tagged); in MeetConstraintsAfter()
1768 AllocateFixed(cur_input, instr_index, is_tagged); in MeetConstraintsBefore()
Dregister-allocator.h878 InstructionOperand* AllocateFixed(UnallocatedOperand* operand, int pos,