Searched refs:fixed_index (Results 1 – 3 of 3) sorted by relevance
117 LUnallocated(Policy policy, int fixed_index) : LOperand(UNALLOCATED, 0) { in LUnallocated() argument118 Initialize(policy, fixed_index, USED_AT_END); in LUnallocated()171 int fixed_index() const { in fixed_index() function199 void Initialize(Policy policy, int fixed_index, Lifetime lifetime) { in Initialize() argument202 value_ |= fixed_index << kFixedIndexShift; in Initialize()203 ASSERT(this->fixed_index() == fixed_index); in Initialize()
49 Register::AllocationIndexToString(unalloc->fixed_index()); in PrintTo()55 DoubleRegister::AllocationIndexToString(unalloc->fixed_index()); in PrintTo()60 stream->Add("(=%dS)", unalloc->fixed_index()); in PrintTo()
619 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_index()); in AllocateFixed()621 int reg_index = operand->fixed_index(); in AllocateFixed()624 int reg_index = operand->fixed_index(); in AllocateFixed()