Searched refs:AllocateFixed (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator.cc | 1605 InstructionOperand* ConstraintBuilder::AllocateFixed( in AllocateFixed() function in v8::internal::compiler::ConstraintBuilder 1677 AllocateFixed(output, -1, false, false); in MeetRegisterConstraintsForLastInstructionInBlock() 1716 if (temp->HasFixedPolicy()) AllocateFixed(temp, instr_index, false, false); in MeetConstraintsAfter() 1742 AllocateFixed(first_output, instr_index, is_tagged, false); in MeetConstraintsAfter() 1815 AllocateFixed(cur_input, instr_index, is_tagged, true); in MeetConstraintsBefore()
|
D | register-allocator.h | 1193 InstructionOperand* AllocateFixed(UnallocatedOperand* operand, int pos,
|