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 48 Register::AllocationIndexToString(unalloc->fixed_index());
54 DoubleRegister::AllocationIndexToString(unalloc->fixed_index());
59 stream->Add("(=%dS)", unalloc->fixed_index());
lithium.h 113 LUnallocated(Policy policy, int fixed_index) : LOperand(UNALLOCATED, 0) {
114 Initialize(policy, fixed_index, USED_AT_END);
170 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 625 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_index());
627 int reg_index = operand->fixed_index();
630 int reg_index = operand->fixed_index();
    [all...]

Completed in 286 milliseconds