Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1605 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()
Dregister-allocator.h1193 InstructionOperand* AllocateFixed(UnallocatedOperand* operand, int pos,