HomeSort by relevance Sort by last modified time
    Searched full:fixed_index (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
lithium.cc 49 Register::AllocationIndexToString(unalloc->fixed_index());
55 DoubleRegister::AllocationIndexToString(unalloc->fixed_index());
60 stream->Add("(=%dS)", unalloc->fixed_index());
lithium.h 117 LUnallocated(Policy policy, int fixed_index) : LOperand(UNALLOCATED, 0) {
118 Initialize(policy, fixed_index, USED_AT_END);
171 int fixed_index() const { function in class:v8::internal::LUnallocated
199 void Initialize(Policy policy, int fixed_index, Lifetime lifetime) {
202 value_ |= fixed_index << kFixedIndexShift;
203 ASSERT(this->fixed_index() == fixed_index);
lithium-allocator.cc 619 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_index());
621 int reg_index = operand->fixed_index();
624 int reg_index = operand->fixed_index();
    [all...]

Completed in 125 milliseconds