Home
last modified time | relevance | path

Searched refs:fixed_index (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dlithium.h117 LUnallocated(Policy policy, int fixed_index) : LOperand(UNALLOCATED, 0) { in LUnallocated() argument
118 Initialize(policy, fixed_index, USED_AT_END); in LUnallocated()
171 int fixed_index() const { in fixed_index() function
199 void Initialize(Policy policy, int fixed_index, Lifetime lifetime) { in Initialize() argument
202 value_ |= fixed_index << kFixedIndexShift; in Initialize()
203 ASSERT(this->fixed_index() == fixed_index); in Initialize()
Dlithium.cc49 Register::AllocationIndexToString(unalloc->fixed_index()); in PrintTo()
55 DoubleRegister::AllocationIndexToString(unalloc->fixed_index()); in PrintTo()
60 stream->Add("(=%dS)", unalloc->fixed_index()); in PrintTo()
Dlithium-allocator.cc619 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()